[vlc-commits] reduce vpx decoder priority under libavcodec

Mathieu Velten git at videolan.org
Wed Jun 28 23:00:40 CEST 2017


vlc | branch: master | Mathieu Velten <matmaul at gmail.com> | Wed Jun 28 21:26:50 2017 +0200| [67dcb71193bf5edf499e48904ed624d3ccc97313] | committer: Tristan Matthews

reduce vpx decoder priority under libavcodec

Faster and supports HW decoding

Signed-off-by: Tristan Matthews <tmatth at videolan.org>

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

 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)



More information about the vlc-commits mailing list