From 2c0317419bc8c7f28496d5181d951bbe8837071f Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 30 Aug 2011 23:22:29 +0200 Subject: lavfi: simplify signature for avfilter_get_audio_buffer() and friends The additional parameters were never used and are complicating the function interface. Also, they were inconsistent with the way the video API works. So this assumes that a requested samples buffer will have *always* the format specified in the requested link. This breaks audio filtering API and ABI. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index d600294..425a337 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-09-xx - xxxxxxx - lavfi 2.x.0 + Simplify signature for avfilter_get_audio_buffer(), make it + consistent with avfilter_get_video_buffer(). + 2011-09-06 - xxxxxxx - lavfi 2.39.0 Rename libavfilter/vsink_buffer.h to libavfilter/buffersink.h. -- cgit v1.1