diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 18:13:14 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-17 18:13:14 +0000 |
commit | 3f52a907e38c27f9c4ea02ab2a897ad7222ec632 (patch) | |
tree | 237c0cdafba1027884c3fac0093165493414f374 | |
parent | 371cbff84dd724ce4423e0c6d184c3317d4eb84b (diff) | |
download | ffmpeg-3f52a907e38c27f9c4ea02ab2a897ad7222ec632.tar.gz |
Add APIchanges entry after libavfilter audio framework addition of
r24811.
Originally committed as revision 24813 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 31d1b2d2a3..9038a69610 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-17 - r24811 - lavfi 1.36.0 - audio framework + Implement AVFilterBufferRefAudioProps struct for audio properties, + get_audio_buffer(), filter_samples() functions and related changes. + 2010-08-12 - r24787 - lavcore 0.4.0 - av_get_image_linesize() Add av_get_image_linesize() in imgutils.h. |