aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMina Nagy Zaki <mnzaki@gmail.com>2011-06-28 08:56:19 +0300
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-16 19:22:49 +0200
commitb57df29f95d1107a66315a6744c1c3e73293b2ee (patch)
treee3ec19ee11571deaef1a69c82deb31abf0ea0117 /doc
parent7bda0c9a82eb3c9a58e0c9f170ac47fe7289f6f7 (diff)
downloadffmpeg-b57df29f95d1107a66315a6744c1c3e73293b2ee.tar.gz
lavfi: add audio channel packing negotiation fields
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index e2b271892d..94a598798d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,14 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-07-16 - xxxxxx - lavfi 2.27.0
+ Add audio packing negotiation fields and helper functions.
+
+ In particular, add AVFilterPacking enum, planar, in_packings and
+ out_packings fields to AVFilterLink, and the functions:
+ avfilter_set_common_packing_formats()
+ avfilter_all_packing_formats()
+
2011-07-10 - a67c061 - lavf 53.3.0
Add avformat_find_stream_info(), deprecate av_find_stream_info().