Re: [FFmpeg-devel] [PATCH 11/21] fftools/ffmpeg_filter: add InputFilter private data

2023-04-28 Thread Nicolas George
Anton Khirnov (12023-04-27): > Move InputFilter.frame_queue to it, which is not accessed outside of > ffmpeg_filter. > --- > fftools/ffmpeg.h| 2 -- > fftools/ffmpeg_filter.c | 33 - > 2 files changed, 24 insertions(+), 11 deletions(-) Same as

[FFmpeg-devel] [PATCH 11/21] fftools/ffmpeg_filter: add InputFilter private data

2023-04-27 Thread Anton Khirnov
Move InputFilter.frame_queue to it, which is not accessed outside of ffmpeg_filter. --- fftools/ffmpeg.h| 2 -- fftools/ffmpeg_filter.c | 33 - 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index