[FFmpeg-devel] [PATCH v3 3/7] avformat: Add av_stream_add_coded_side_data()
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Fri Dec 20 11:44:00 EET 2019
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 --git a/doc/APIchanges b/doc/APIchanges
> index 401c65a753..62b5effda7 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -15,6 +15,9 @@ libavutil: 2017-10-21
>
> API changes, most recent first:
>
> +2019-12-19 - xxxxxxxxxx - lavf 58.36.101 - avformat.h
> + Add av_stream_add_coded_side_data().
> +
You forgot to update this version.
- Andreas
More information about the ffmpeg-devel
mailing list