diff options
author | Marton Balint <cus@passwd.hu> | 2016-12-26 01:19:34 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2017-01-24 23:51:36 +0100 |
commit | c4618f842a2de85097627763f02931afc3fde6d9 (patch) | |
tree | 3ce0700ff1dfa7f52726aa984558c04cc3e5209f /doc/APIchanges | |
parent | 5049f05f27c20f0606209bf3508e1157e0eabc9e (diff) | |
download | ffmpeg-c4618f842a2de85097627763f02931afc3fde6d9.tar.gz |
avutil/channel_layout: add av_get_extended_channel_layout
Return a channel layout and the number of channels based on the specified name.
This function is similar to av_get_channel_layout(), but can also parse unknown
channel layout specifications.
Unknown channel layout specifications are a decimal number and a capital 'C'
suffix, in order to not break compatibility with the lowercase 'c' suffix,
which is used for a guessed channel layout with the specified number of
channels.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f5f7e0c07f..109d550573 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-01-24 - xxxxxxx - lavu 55.45.100 - channel_layout.h + Add av_get_extended_channel_layout() + 2017-01-22 - xxxxxxx - lavu 55.44.100 - lfg.h Add av_lfg_init_from_data(). |