diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-04 19:12:31 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-07 07:08:03 +0200 |
commit | 828bd088f3f74dcdb8451d58557b0d8caefa3227 (patch) | |
tree | e5086b5a07fb63939021eae2a5adad38330fcb38 /doc | |
parent | 37f4a976b374398a846b354cf16417b9a81d57e2 (diff) | |
download | ffmpeg-828bd088f3f74dcdb8451d58557b0d8caefa3227.tar.gz |
lavc: add sample rate and channel layout to AVFrame.
Rationale is the same as for video width/height etc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index fd834f170b..66a0786c68 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavc 54.13.0 - avcodec.h + Add sample_rate and channel_layout fields to AVFrame. + 2012-xx-xx - xxxxxxx - lavr 0.0.1 Change AV_MIX_COEFF_TYPE_Q6 to AV_MIX_COEFF_TYPE_Q8. |