lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()

This commit is contained in:
Stefano Sabatini
2011-01-31 00:07:41 +01:00
parent c6d7fc276a
commit c3819600e2
3 changed files with 64 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-06-10 - xxxxxxx - lavfi 2.15.0 - avfilter_get_audio_buffer_ref_from_arrays
Add avfilter_get_audio_buffer_ref_from_arrays() to avfilter.h.
2011-06-09 - d9f80ea - lavu 51.8.0 - AVMetadata
Move AVMetadata from lavf to lavu and rename it to
AVDictionary -- new installed header dict.h.