Re: [FFmpeg-devel] [PATCH] libavformat: add side_data copy in concat demuxer

2021-12-22 Thread Nicolas George
Gerard Sole (12021-12-15): > Adds support for concat demuxer to copy the side data information > from the input file to the resulting file. It will behave like the > metadata copy, where the metadata of the first file is kept in the > the output file. > > Extract the current code that already perf

Re: [FFmpeg-devel] [PATCH] libavformat: add side_data copy in concat demuxer

2021-12-15 Thread Gerard Solé
On Wed, Dec 15, 2021 at 8:15 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > > Gerard Sole: > > Adds support for concat demuxer to copy the side data information > > from the input file to the resulting file. It will behave like the > > metadata copy, where the metadata of the firs

Re: [FFmpeg-devel] [PATCH] libavformat: add side_data copy in concat demuxer

2021-12-15 Thread Andreas Rheinhardt
Gerard Sole: > Adds support for concat demuxer to copy the side data information > from the input file to the resulting file. It will behave like the > metadata copy, where the metadata of the first file is kept in the > the output file. > > Extract the current code that already performs the strea

Re: [FFmpeg-devel] [PATCH] libavformat: add side_data copy in concat demuxer

2021-12-15 Thread Nicolas George
Gerard Sole (12021-12-15): > Adds support for concat demuxer to copy the side data information > from the input file to the resulting file. It will behave like the > metadata copy, where the metadata of the first file is kept in the > the output file. > > Extract the current code that already perf

[FFmpeg-devel] [PATCH] libavformat: add side_data copy in concat demuxer

2021-12-15 Thread Gerard Sole
Adds support for concat demuxer to copy the side data information from the input file to the resulting file. It will behave like the metadata copy, where the metadata of the first file is kept in the the output file. Extract the current code that already performs the stream side_data copy into a s