Re: [FFmpeg-devel] [PATCH 17/35] lavc/libvpxenc: switch to the new FIFO API

2022-01-12 Thread James Zern
On Tue, Jan 11, 2022 at 12:49 PM Anton Khirnov wrote: > > --- > libavcodec/libvpxenc.c | 28 > 1 file changed, 8 insertions(+), 20 deletions(-) > lgtm. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.or

[FFmpeg-devel] [PATCH 17/35] lavc/libvpxenc: switch to the new FIFO API

2022-01-11 Thread Anton Khirnov
--- libavcodec/libvpxenc.c | 28 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 10e5a22fa9..55f587c490 100644 --- a/libavcodec/libvpxenc.c +++ b/libavcodec/libvpxenc.c @@ -324,20 +324,11 @@ static av