diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-27 01:05:18 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-29 14:49:29 +0200 |
commit | bfdcdd6d829c13eb019c194e214db0ec7dcf76cd (patch) | |
tree | 91c7276cdc77b15099aa9537de3f5a4ed2d6dff6 /doc/APIchanges | |
parent | c1d822c554ac448b3a6d037ad507578f0793c847 (diff) | |
download | ffmpeg-bfdcdd6d829c13eb019c194e214db0ec7dcf76cd.tar.gz |
lavu: add av_fourcc_make_string() and av_fourcc2str()
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2274543024..819433ba3f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-03-xx - xxxxxxx - lavu 55.52.100 - avutil.h + add av_fourcc_make_string() function and av_fourcc2str() macro to replace + av_get_codec_tag_string() from lavc. + 2017-03-xx - xxxxxxx - lavf 57.68.100 - avformat.h Deprecate that demuxers export the stream rotation angle in AVStream.metadata (via an entry named "rotate"). Use av_stream_get_side_data() with |