summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-10-04 12:07:55 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-10-17 18:09:29 +0200
commit8696e51bafdc08baa8fe74fc4bc95904f4ad5654 (patch)
treee99d3cc749e221e1efaca25d60fd6b69275c7cf9 /doc
parentd96e377c394cc4664a91bfd2c24bbb80f42ea8de (diff)
lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functions
The new type is compatible with AV_OPT_TYPE_INT64, but allows to specify channel layouts using the format accepted by av_get_channel_layout().
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index f45c663005..c1f103ae2b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,11 @@ libavutil: 2012-10-22
API changes, most recent first:
+libavutil 52.47.100
+2013-10-17 - xxxxxxx - lavu 52.47.100 - opt.h
+ Add AV_OPT_TYPE_CHANNEL_LAYOUT and channel layout option handlers
+ av_opt_get_channel_layout() and av_opt_set_channel_layout().
+
2013-10-xx - xxxxxxx -libswscale 2.5.101 - options.c
Change default scaler to bicubic