Re: [FFmpeg-devel] [PATCH v3 3/7] avformat: Add av_stream_add_coded_side_data()

2019-12-20 Thread Andreas Rheinhardt
Nicolas Gaullier: > This will allow avformat_find_stream_info() get side data from the codec > context. > --- > doc/APIchanges | 3 +++ > libavformat/avformat.h | 11 +++ > libavformat/utils.c| 15 +++ > libavformat/version.h | 4 ++-- > 4 files changed, 31

[FFmpeg-devel] [PATCH v3 3/7] avformat: Add av_stream_add_coded_side_data()

2019-12-20 Thread Nicolas Gaullier
This will allow avformat_find_stream_info() get side data from the codec context. --- doc/APIchanges | 3 +++ libavformat/avformat.h | 11 +++ libavformat/utils.c| 15 +++ libavformat/version.h | 4 ++-- 4 files changed, 31 insertions(+), 2 deletions(-) diff