diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-05 06:59:22 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-05 13:50:13 +0200 |
commit | 006afc7a0b439b9c34982754403a5faefd0f0388 (patch) | |
tree | a9a3f1a1862f835ab179ba7a96f55c021191cb99 /doc/APIchanges | |
parent | e7ba5b1de063e9b1de441b0d1c5708857f739fa5 (diff) | |
download | ffmpeg-006afc7a0b439b9c34982754403a5faefd0f0388.tar.gz |
lavr: bump major to 1 and declare it stable.
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 4558ca7583..314622d5a4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-10-xx - xxxxxxx - lavr 1.0.0 - avresample.h + Data planes parameters to avresample_convert() and + avresample_read() are now uint8_t** instead of void**. + Libavresample is now stable. + 2012-09-23 - xxxxxxx - lavc 54.28.0 - avcodec.h Add avcodec_free_frame(). This function must now be used for freeing an AVFrame. |