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

Tristan Matthews tmatth at videolan.org
Wed Jun 28 23:03:56 CEST 2017


On Wed, Jun 28, 2017 at 3:26 PM, Mathieu Velten <matmaul at gmail.com> wrote:
> 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
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

Applied, thanks.

Best,
-t


More information about the vlc-devel mailing list