summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Stebbins <stebbins@jetheaddev.com>2013-11-25 15:57:28 -0800
committerAnton Khirnov <anton@khirnov.net>2013-11-26 08:37:22 +0100
commit1eaac1d6f7bb8e52d82e1a114c88a59a9a8e5025 (patch)
tree2b5210775825b041a9b6c3f6ea4affee9e373e90 /doc
parenta16577d9857206089fd8bce6a342b31dbd7fb9b0 (diff)
mpeg12dec: Extract CC user data into frame side data
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 1882fb87fd..1e380e9f23 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.19.0 - frame.h
+ Add AV_FRAME_DATA_A53_CC value to the AVFrameSideDataType enum, which
+ identifies ATSC A53 Part 4 Closed Captions data.
+
2013-11-xx - xxxxxxx - lavu 52.18.0 - mem.h
Move av_fast_malloc() and av_fast_realloc() for libavcodec to libavutil.