diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-11-10 09:03:17 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-11-11 13:35:12 -0500 |
commit | 5980f5dd18822f29cfd583c9c085c3e77d81aa72 (patch) | |
tree | fd0f7c657d16f251d00247cff8e43cc596b5b981 /doc | |
parent | 802713c4e7b41bc2deed754d78649945c3442063 (diff) | |
download | ffmpeg-5980f5dd18822f29cfd583c9c085c3e77d81aa72.tar.gz |
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
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 c8b8fbf32a..a0756da360 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavu 52.2.0 - audioconvert.h + Rename audioconvert.h to channel_layout.h. audioconvert.h is now deprecated. + 2012-xx-xx - xxxxxxx - lavu 52.1.0 - intmath.h Add av_ctz() for trailing zero bit count |