diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-23 09:21:28 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-28 13:05:31 -0400 |
commit | 110841c3ab1d617107f4fb229fcd33d5ca357bbe (patch) | |
tree | 18a5b865f62c4bf943ec28f5ba843ff2b9a1cd1c /doc/APIchanges | |
parent | 5694831e0693ad70581a766d1f0ebefbbae8bc2f (diff) | |
download | ffmpeg-110841c3ab1d617107f4fb229fcd33d5ca357bbe.tar.gz |
avcodec: add stream-level stereo3d side data
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 14ec297f16..7134e786aa 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-08-28 - 9301486 - lavc 56.1.0 - avcodec.h + Add AV_PKT_DATA_STEREO3D to export container-level stereo3d information. + 2014-08-13 - 8ddc326 - lavu 54.03.0 - mem.h Add av_strndup(). |