Re: [FFmpeg-devel] [PATCH] avcodec/allcodecs: make libdav1d the preferred AV1 decoder

2019-09-16 Thread James Almer
On 9/15/2019 11:31 AM, James Almer wrote: > It's considerably faster than libaom in most systems. > > Signed-off-by: James Almer > --- > libavcodec/allcodecs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c > index 5130fc

[FFmpeg-devel] [PATCH] avcodec/allcodecs: make libdav1d the preferred AV1 decoder

2019-09-15 Thread James Almer
It's considerably faster than libaom in most systems. Signed-off-by: James Almer --- libavcodec/allcodecs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 5130fca026..d5dfba1877 100644 --- a/libavcodec/allcodecs.c +++ b/l