[FFmpeg-devel] [PATCH 13/35] lavc/amfenc: switch to new FIFO API

2022-01-11 Thread Anton Khirnov
--- fftools/ffmpeg_mux.c | 22 +++--- fftools/ffmpeg_opt.c | 2 -- libavcodec/amfenc.c | 39 +-- 3 files changed, 24 insertions(+), 39 deletions(-) diff --git a/fftools/ffmpeg_mux.c b/fftools/ffmpeg_mux.c index 52986b002a..e97d7d50c6 100644 --

Re: [FFmpeg-devel] [PATCH 13/35] lavc/amfenc: switch to new FIFO API

2022-01-12 Thread Michael Niedermayer
On Tue, Jan 11, 2022 at 09:45:48PM +0100, Anton Khirnov wrote: > --- > fftools/ffmpeg_mux.c | 22 +++--- This doesnt seem to apply to git master without some other patches thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the l

Re: [FFmpeg-devel] [PATCH 13/35] lavc/amfenc: switch to new FIFO API

2022-01-12 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-01-12 15:46:45) > On Tue, Jan 11, 2022 at 09:45:48PM +0100, Anton Khirnov wrote: > > --- > > fftools/ffmpeg_mux.c | 22 +++--- > > This doesnt seem to apply to git master without some other patches sorry, should have mentioned this is on top of my

Re: [FFmpeg-devel] [PATCH 13/35] lavc/amfenc: switch to new FIFO API

2022-01-13 Thread Michael Niedermayer
On Wed, Jan 12, 2022 at 08:29:54PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2022-01-12 15:46:45) > > On Tue, Jan 11, 2022 at 09:45:48PM +0100, Anton Khirnov wrote: > > > --- > > > fftools/ffmpeg_mux.c | 22 +++--- > > > > This doesnt seem to apply to git master wi