diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-30 15:24:30 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-31 13:21:10 +0200 |
commit | 23fc4dd6e7e150ea163a867dfaee2062ade90b74 (patch) | |
tree | c7dde701e6c36d2f22454d69e2756ce35acccf12 /doc/APIchanges | |
parent | b4c3359828d232d8e81c1bff2dcbbca773dee2d7 (diff) | |
download | ffmpeg-23fc4dd6e7e150ea163a867dfaee2062ade90b74.tar.gz |
lavc: add channels field to AVFrame
This is required otherwise it is not always possible to guess the number
of channels from the layout, for example if the channel layout is
unknown.
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 359ac32d99..89623ed446 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-07-31 - xxxxxxx - lavc 54.46.100 + Add channels field to AVFrame. + 2012-07-30 - xxxxxxx - lavu 51.66.100 Add av_get_channel_description() and av_get_standard_channel_layout() functions. |