summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-15 08:14:03 +0100
committerAnton Khirnov <anton@khirnov.net>2014-02-19 21:52:17 +0100
commit6bb8720f00e2e6209665f819fb351fd42b82d5d0 (patch)
treeab2e59c9796541a77c17cddacc4da4d9755ff971 /doc
parent521726ff577ca80b399d1abb687e3e1fd4840e4a (diff)
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')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d3939e4e12..e25728a568 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.