summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-24 11:51:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-24 11:51:58 +0200
commit0c25c398dab033cda0e28ca074505e47d7480d76 (patch)
treeaeec8f420151ce0d6ad7f35d9b511cf8d23b9255 /doc
parentac0ade26458dfe6f37c3f6c1078483315948fd9c (diff)
parentb493847df4ff8ce46f258749e4a3f304696b34c1 (diff)
Merge commit 'b493847df4ff8ce46f258749e4a3f304696b34c1'
* commit 'b493847df4ff8ce46f258749e4a3f304696b34c1': avcodec: Add picture structure information to AVCodecParserContext. Conflicts: doc/APIchanges libavcodec/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 16c14750d9..7d720258c3 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2012-10-22
API changes, most recent first:
+
+2013-05-24 - xxxxxxx - lavc 55.7.0 - avcodec.h
+ Add picture_structure to AVCodecParserContext.
+
2013-05-17 - xxxxxxx - lavu 52.33.100 - opt.h
Add AV_OPT_TYPE_COLOR value to AVOptionType enum.