diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-10-04 12:07:55 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-10-17 18:09:29 +0200 |
commit | 8696e51bafdc08baa8fe74fc4bc95904f4ad5654 (patch) | |
tree | e99d3cc749e221e1efaca25d60fd6b69275c7cf9 /doc/APIchanges | |
parent | d96e377c394cc4664a91bfd2c24bbb80f42ea8de (diff) | |
download | ffmpeg-8696e51bafdc08baa8fe74fc4bc95904f4ad5654.tar.gz |
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/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
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 |