diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-31 00:07:41 +0100 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-10 12:47:33 +0200 |
commit | c3819600e2975cb5dc8ca07e0ea41f8204324e4a (patch) | |
tree | 547ac60486b2a2a09f966f1451a7dc036b62fe36 /doc/APIchanges | |
parent | c6d7fc276ac07d53027d9dbd8bb4d0a33820a6aa (diff) | |
download | ffmpeg-c3819600e2975cb5dc8ca07e0ea41f8204324e4a.tar.gz |
lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index fc68af0a45..2d11ed5462 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |