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.
This commit is contained in:
Stefano Sabatini
2011-08-30 23:22:29 +02:00
parent 47886e3644
commit 2c0317419b
6 changed files with 27 additions and 42 deletions

View File

@@ -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.