[vlc-commits] vpx: increase decoder capability (refs #16836)

Tristan Matthews git at videolan.org
Tue Apr 19 18:05:22 CEST 2016


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Tue Apr 19 12:01:35 2016 -0400| [0bceaf964216d139b8520cf8fddba287841fae88] | committer: Tristan Matthews

vpx: increase decoder capability (refs #16836)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0bceaf964216d139b8520cf8fddba287841fae88
---

 modules/codec/vpx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c
index a8831d5..b8513f3 100644
--- a/modules/codec/vpx.c
+++ b/modules/codec/vpx.c
@@ -64,7 +64,7 @@ static block_t *Encode(encoder_t *p_enc, picture_t *p_pict);
 vlc_module_begin ()
     set_shortname("vpx")
     set_description(N_("WebM video decoder"))
-    set_capability("decoder", 60)
+    set_capability("decoder", 100)
     set_callbacks(OpenDecoder, CloseDecoder)
     set_category(CAT_INPUT)
     set_subcategory(SUBCAT_INPUT_VCODEC)



More information about the vlc-commits mailing list