diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2013-11-17 20:36:31 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-20 17:03:19 +0100 |
commit | c28b61caf0e3f20714d428d9bce5bd41ebf4cfde (patch) | |
tree | 1bbe903fb235a20d317750b52c73fdf1dab3cc0f /doc/APIchanges | |
parent | 51a84a6bca611759c237aefe4408dbea8e153c04 (diff) | |
download | ffmpeg-c28b61caf0e3f20714d428d9bce5bd41ebf4cfde.tar.gz |
Document new APIs for av_packet_{un, }pack_dictionary()
Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Reveiwed-by: wm4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index cb1c33ffa4..c0edb643f0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,11 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-11-xx - xxxxxxx - lavc 55.44.100 - avcodec.h + Add av_packet_{un,}pack_dictionary() + Add AV_PKT_METADATA_UPDATE side data type, used to transmit key/value + strings between a stream and the application. + 2013-11-xx - xxxxxxx - lavu 52.18.0 - mem.h Move av_fast_malloc() and av_fast_realloc() for libavcodec to libavutil. |