Re: [FFmpeg-devel] [PATCH 19/24] ffmpeg: fix initial muxing queue size

2021-12-16 Thread Andreas Rheinhardt
Anton Khirnov: > It stores pointers to AVPacket, not AVPackets themselves. > --- > fftools/ffmpeg_mux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fftools/ffmpeg_mux.c b/fftools/ffmpeg_mux.c > index 5a12a1c899..9281e6c94c 100644 > --- a/fftools/ffmpeg_mux.c > +++ b/f

[FFmpeg-devel] [PATCH 19/24] ffmpeg: fix initial muxing queue size

2021-12-13 Thread Anton Khirnov
It stores pointers to AVPacket, not AVPackets themselves. --- fftools/ffmpeg_mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffmpeg_mux.c b/fftools/ffmpeg_mux.c index 5a12a1c899..9281e6c94c 100644 --- a/fftools/ffmpeg_mux.c +++ b/fftools/ffmpeg_mux.c @@ -411,7 +41