[vlc-devel] [PATCH] rav1e: use a higher priority than AOM
Tristan Matthews
tmatth at videolan.org
Tue Jan 12 17:08:05 UTC 2021
On Tue, Jan 12, 2021 at 11:42 AM Steve Lhomme <robux4 at ycbcr.xyz> wrote:
>
> ---
> modules/codec/rav1e.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules/codec/rav1e.c b/modules/codec/rav1e.c
> index 42c6aecde7d..d3373a987f4 100644
> --- a/modules/codec/rav1e.c
> +++ b/modules/codec/rav1e.c
> @@ -293,7 +293,7 @@ static const char *bitdepth_values_name_list[] = {N_("8 bpp"), N_("10 bpp")};
> vlc_module_begin()
> set_shortname("rav1e")
> set_description(N_("rav1e video encoder"))
> - set_capability("encoder", 101)
> + set_capability("encoder", 105)
> set_callbacks(OpenEncoder, CloseEncoder)
> set_category(CAT_INPUT)
> set_subcategory(SUBCAT_INPUT_VCODEC)
> --
> 2.29.2
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
LGTM.
Best,
-t
More information about the vlc-devel
mailing list