diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-28 14:47:13 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-12-09 16:02:43 +0100 |
commit | 7e244c68600f479270e979258e389ed5240885fb (patch) | |
tree | 393eeb1382eb7d62a34ad7184ebbec7733d5c606 /doc/APIchanges | |
parent | d64341e498fa46c6cf4c23d408177d7489559654 (diff) | |
download | ffmpeg-7e244c68600f479270e979258e389ed5240885fb.tar.gz |
avframe: add codec-independent stereoscopic metadata
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 1e380e9f23..7605bc40dd 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-11-xx - xxxxxxx- - lavu 52.20.0 - frame.h + Add AV_FRAME_DATA_STEREO3D value to the AVFrameSideDataType enum and + stereo3d.h API, that identify codec-independent stereo3d information. + 2013-11-xx - xxxxxxx- - lavu 52.19.0 - frame.h Add AV_FRAME_DATA_A53_CC value to the AVFrameSideDataType enum, which identifies ATSC A53 Part 4 Closed Captions data. |