diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-15 08:24:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-19 21:52:17 +0100 |
commit | c3ecd968f0e78da6e77f0c06c2f785b266d83cf1 (patch) | |
tree | 88a439d1877ec9f8e3736c824d00f37bd9a9028d /doc | |
parent | 6bb8720f00e2e6209665f819fb351fd42b82d5d0 (diff) | |
download | ffmpeg-c3ecd968f0e78da6e77f0c06c2f785b266d83cf1.tar.gz |
AVOptions: add flags for read/read-only options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e25728a568..d8f5f51b90 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-xx-xx - xxxxxxx - lavu 53.04.0 - opt.h + Add AV_OPT_FLAG_EXPORT and AV_OPT_FLAG_READONLY to mark options meant (only) + for reading. + 2014-xx-xx - xxxxxxx - lavu 53.03.01 - opt.h Deprecate unused AV_OPT_FLAG_METADATA. |