[FFmpeg-devel] [PATCH 14/20] fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()

2022-10-18 Thread Anton Khirnov
It does the same thing as the block right below it. --- fftools/ffmpeg_mux_init.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/fftools/ffmpeg_mux_init.c b/fftools/ffmpeg_mux_init.c index a471bbf469..9e0164ba19 100644 --- a/fftools/ffmpeg_mux_init.c +++ b/fftools/ffmpeg_mux_init.c

Re: [FFmpeg-devel] [PATCH 14/20] fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()

2022-10-18 Thread Michael Niedermayer
On Tue, Oct 18, 2022 at 02:36:55PM +0200, Anton Khirnov wrote: > It does the same thing as the block right below it. > --- > fftools/ffmpeg_mux_init.c | 10 -- > 1 file changed, 10 deletions(-) This seems to make a difference for ffmpeg -i meta.flac -map_metadata:s -1 -vcodec mpeg4 -t 0.1

Re: [FFmpeg-devel] [PATCH 14/20] fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()

2022-11-08 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-10-18 23:51:22) > On Tue, Oct 18, 2022 at 02:36:55PM +0200, Anton Khirnov wrote: > > It does the same thing as the block right below it. > > --- > > fftools/ffmpeg_mux_init.c | 10 -- > > 1 file changed, 10 deletions(-) > > This seems to make a difference

Re: [FFmpeg-devel] [PATCH 14/20] fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()

2022-11-14 Thread Anton Khirnov
Will push the rest of this set soonish if noone has further comments. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ..