diff options
author | Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> | 2013-05-15 07:36:15 +0900 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-24 08:43:14 +0200 |
commit | b493847df4ff8ce46f258749e4a3f304696b34c1 (patch) | |
tree | 219986f96caa31d2d56e76a755cad71d7a8c79bb /doc | |
parent | fd06291239c1bb616bf303b5696cc432710b2530 (diff) | |
download | ffmpeg-b493847df4ff8ce46f258749e4a3f304696b34c1.tar.gz |
avcodec: Add picture structure information to AVCodecParserContext.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
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_*. |