mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user