From bbb46f3ec7128d8a624f2aa5b4f99ec44c0b9567 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 12 Nov 2011 15:43:43 -0500 Subject: libavutil: add utility functions to simplify allocation of audio buffers. Based on code by Stefano Sabatini. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index 0e5fd68..8efee0c 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. -- cgit v1.1