diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-11-12 15:43:43 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-11-23 18:39:28 -0500 |
commit | bbb46f3ec7128d8a624f2aa5b4f99ec44c0b9567 (patch) | |
tree | 5dd7a139179e4040b58f09dc0140816d72ddd9d4 /doc | |
parent | 8889cc4f5b767b323901115a92318a024336e2a1 (diff) | |
download | ffmpeg-bbb46f3ec7128d8a624f2aa5b4f99ec44c0b9567.tar.gz |
libavutil: add utility functions to simplify allocation of audio buffers.
Based on code by Stefano Sabatini.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 0e5fd68ff9..8efee0c213 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-xx-xx - xxxxxxx - lavu 51.18.0 + Add av_samples_get_buffer_size(), av_samples_fill_arrays(), and + av_samples_alloc(), to samplefmt.h. + 2011-xx-xx - xxxxxxx - lavu 51.17.0 Add planar sample formats and av_sample_fmt_is_planar() to samplefmt.h. |