summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-07-20 11:26:13 +0000
committerAnton Khirnov <anton@khirnov.net>2014-07-28 08:02:50 +0000
commitc5fca0174db9ed45be821177f49bd9633152704d (patch)
tree99c8d47f6ad5b6d0334ab1c75e37f0d73177e51d /doc
parent42eb9154a83e9a7aedb1168b2f1112af765cf2b5 (diff)
lavc: add a property for marking codecs that support frame reordering
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 9535b88914..8fb0c23a6f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
+2014-xx-xx - xxxxxxx - lavc 55.57.0 - avcodec.h
+ Add AV_CODEC_PROP_REORDER to mark codecs supporting frame reordering.
+
2014-07-xx - xxxxxxx - lavu 53.18.0 - display.h
Add av_display_matrix_flip() to flip the transformation matrix.