[vlc-devel] [PATCH] reduce vpx decoder priority under libavcodec

Mathieu Velten matmaul at gmail.com
Wed Jun 28 21:26:50 CEST 2017


Faster and supports HW decoding
---
 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 93d76cc73f..6ec6143102 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("video decoder", 100)
+    set_capability("video decoder", 60)
     set_callbacks(OpenDecoder, CloseDecoder)
     set_category(CAT_INPUT)
     set_subcategory(SUBCAT_INPUT_VCODEC)
-- 
2.13.0



More information about the vlc-devel mailing list