lavfi: bump minor and update APIchanges after recent updates

These changes were forgotten in commits:
  lavfi: simplify signature for avfilter_get_audio_buffer() and friends
  (commit 2c0317419b)
and
  lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps
  (commit 4381bddc9f)
This commit is contained in:
Stefano Sabatini
2011-09-12 21:59:00 +02:00
parent c58d45e004
commit 9efae6a161
2 changed files with 5 additions and 2 deletions

View File

@@ -13,7 +13,10 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-09-xx - xxxxxxx - lavfi 2.x.0
2011-09-12 - xxxxxxx - lavfi 2.40.0
Change AVFilterBufferRefAudioProps.sample_rate type from uint32_t to int.
2011-09-12 - xxxxxxx - lavfi 2.40.0
Simplify signature for avfilter_get_audio_buffer(), make it
consistent with avfilter_get_video_buffer().