diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-10-03 01:21:40 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-22 16:51:05 +0100 |
commit | 68590650f05f2bf97766362f2817372987c8a52e (patch) | |
tree | b5b0292ed90bb1db4172f646e5e8e59c4326f31c /doc/APIchanges | |
parent | e782eea183ba3c03f5179ac83f85e25ae9c1290f (diff) | |
download | ffmpeg-68590650f05f2bf97766362f2817372987c8a52e.tar.gz |
lavu/avstring: add av_utf8_decode() function
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 c0edb643f0..618df2aab2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-11-XX - xxxxxxx - lavu 52.54.100 - avstring.h + Add av_utf8_decode() function. + 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 |