summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMasaki Tanaka <maki.rxrz@gmail.com>2013-04-09 16:39:34 +0900
committerAnton Khirnov <anton@khirnov.net>2013-05-03 08:16:10 +0200
commit507b1e454cf9953da3e18f33c9bd1fca78c97cb5 (patch)
tree686c47d0c70089be6f0f44addcb02f8c360c8e48 /doc
parent566b7a20fd0cab44d344329538d314454a0bcc2f (diff)
avcodec: Add field order information to AVCodecParserContext.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a491d1d24c..a561c01d0f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-04-xx - xxxxxxx - lavc 55.4.0 - avcodec.h
+ Add field_order to AVCodecParserContext.
+
2013-03-xx - xxxxxxx - lavc 55.2.0 - avcodec.h
Add CODEC_FLAG_UNALIGNED to allow decoders to produce unaligned output.