summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-09 21:33:51 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-09 21:33:51 +0100
commit7a6034805305cb5d6a3d755d774f0ad09119049e (patch)
tree7062d51b46c39f95dec61723b03f40158285c11b /doc
parent64f73acd1d3853e55a7cd7631987dfd83c4171e7 (diff)
parent7e244c68600f479270e979258e389ed5240885fb (diff)
Merge commit '7e244c68600f479270e979258e389ed5240885fb'
* commit '7e244c68600f479270e979258e389ed5240885fb': avframe: add codec-independent stereoscopic metadata Conflicts: Changelog libavutil/Makefile libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5b0de25a79..c3f4c6bfd7 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -21,6 +21,10 @@ API changes, most recent first:
Moves version.h to libavutil/ffversion.h.
Install ffversion.h and make it public.
+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.