summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>2013-05-15 07:36:15 +0900
committerAnton Khirnov <anton@khirnov.net>2013-05-24 08:43:14 +0200
commitb493847df4ff8ce46f258749e4a3f304696b34c1 (patch)
tree219986f96caa31d2d56e76a755cad71d7a8c79bb /doc/APIchanges
parentfd06291239c1bb616bf303b5696cc432710b2530 (diff)
avcodec: Add picture structure information to AVCodecParserContext.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index fe1e1b3452..4229453b9b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-05-xx - xxxxxxx - lavc 55.7.0 - avcodec.h
+ Add picture_structure to AVCodecParserContext.
+
2013-05-xx - xxxxxxx - lavu 52.11.0 - pixdesc.h
Replace PIX_FMT_* flags with AV_PIX_FMT_FLAG_*.