Re: [FFmpeg-devel] [PATCH 3/5] avformat/utils: Use coded_side_data

2019-12-17 Thread Michael Niedermayer
On Mon, Dec 16, 2019 at 06:39:20PM +0100, Nicolas Gaullier wrote: > Make find_stream_info get side data from the codec context. > --- > fftools/ffmpeg.c | 16 +++- > libavformat/avformat.h | 11 +++ > libavformat/utils.c| 18 ++ > 3 files changed, 32 i

[FFmpeg-devel] [PATCH 3/5] avformat/utils: Use coded_side_data

2019-12-16 Thread Nicolas Gaullier
Make find_stream_info get side data from the codec context. --- fftools/ffmpeg.c | 16 +++- libavformat/avformat.h | 11 +++ libavformat/utils.c| 18 ++ 3 files changed, 32 insertions(+), 13 deletions(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.