Re: [FFmpeg-devel] [PATCH 03/12] fftools/ffmpeg: replace OutputStream.file_index by a pointer

2023-12-14 Thread James Almer
On 12/14/2023 4:34 PM, Anton Khirnov wrote: Quoting Michael Niedermayer (2023-12-14 20:20:01) On Wed, Dec 13, 2023 at 08:29:58PM +0100, Anton Khirnov wrote: Reduces the need to use the output_files global array. --- fftools/ffmpeg.c | 12 ++-- fftools/ffmpeg.h | 4

Re: [FFmpeg-devel] [PATCH 03/12] fftools/ffmpeg: replace OutputStream.file_index by a pointer

2023-12-14 Thread Anton Khirnov
Quoting Michael Niedermayer (2023-12-14 20:20:01) > On Wed, Dec 13, 2023 at 08:29:58PM +0100, Anton Khirnov wrote: > > Reduces the need to use the output_files global array. > > --- > > fftools/ffmpeg.c | 12 ++-- > > fftools/ffmpeg.h | 4 +++- > > fftools/ffmpeg_enc.c

Re: [FFmpeg-devel] [PATCH 03/12] fftools/ffmpeg: replace OutputStream.file_index by a pointer

2023-12-14 Thread Michael Niedermayer
On Wed, Dec 13, 2023 at 08:29:58PM +0100, Anton Khirnov wrote: > Reduces the need to use the output_files global array. > --- > fftools/ffmpeg.c | 12 ++-- > fftools/ffmpeg.h | 4 +++- > fftools/ffmpeg_enc.c | 21 +++-- > fftools/ffmpeg_filter.c |

[FFmpeg-devel] [PATCH 03/12] fftools/ffmpeg: replace OutputStream.file_index by a pointer

2023-12-13 Thread Anton Khirnov
Reduces the need to use the output_files global array. --- fftools/ffmpeg.c | 12 ++-- fftools/ffmpeg.h | 4 +++- fftools/ffmpeg_enc.c | 21 +++-- fftools/ffmpeg_filter.c | 22 +++--- fftools/ffmpeg_mux.c | 11 +--