diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-15 08:14:03 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-19 21:52:17 +0100 |
commit | 6bb8720f00e2e6209665f819fb351fd42b82d5d0 (patch) | |
tree | ab2e59c9796541a77c17cddacc4da4d9755ff971 /doc/APIchanges | |
parent | 521726ff577ca80b399d1abb687e3e1fd4840e4a (diff) | |
download | ffmpeg-streaming-6bb8720f00e2e6209665f819fb351fd42b82d5d0.zip ffmpeg-streaming-6bb8720f00e2e6209665f819fb351fd42b82d5d0.tar.gz |
AVOptions: deprecate unused AV_OPT_FLAG_METADATA
It was never used since it was added and the things it was intended for
are now exported differently.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d3939e4..e25728a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-xx-xx - xxxxxxx - lavu 53.03.01 - opt.h + Deprecate unused AV_OPT_FLAG_METADATA. + 2014-02-xx - xxxxxxx - lavu 53.3.0 - frame.h Add AV_FRAME_DATA_DOWNMIX_INFO value to the AVFrameSideDataType enum and downmix_info.h API, which identify downmix-related metadata. |