diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-13 22:39:54 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-13 22:39:54 +0200 |
commit | 2ba45778095cdd6e1438644e4797b76e9de6c672 (patch) | |
tree | 6d7ef68dc6929b79854a0e9803cdb69bc70501e4 /doc | |
parent | ed8e6d535cf4c56d82f9c91646dfc42787b719d6 (diff) | |
parent | a8c104a511f97e4ea617df73b31737e28a8a5126 (diff) | |
download | ffmpeg-2ba45778095cdd6e1438644e4797b76e9de6c672.tar.gz |
Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'
* commit 'a8c104a511f97e4ea617df73b31737e28a8a5126':
AVOption: add support for dictionary types.
Conflicts:
libavutil/opt.c
libavutil/opt.h
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 79b684501e..c5a1000346 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-xx-xx - xxxxxxx - lavu 54.02.0 - opt.h + Add av_opt_get_dict_val/set_dict_val with AV_OPT_TYPE_DICT to support + dictionary types being set as options. + 2014-xx-xx - xxxxxxx - lavf 56.01.0 - avformat.h Add AVFormatContext.event_flags and AVStream.event_flags for signaling to the user when events happen in the file/stream. |