Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-02-14 20:00:53 +0400
committerClément Bœsch <ubitux@gmail.com>2012-03-27 00:46:40 +0400
commita67d9cfa58c61c8da7f8fdf4285db6ec208a8766 (patch)
tree07d4145627d25c158bcf2362acabe934b7214499 /doc/APIchanges
parenta84851bef8b7c99708ac5c7d0cddd6f8a7ee4d9e (diff)
lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ebd9525499..9c5a8c974b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-03-26 - xxxxxxx - lavfi 2.66.100
+ Add avfilter_fill_frame_from_{audio_,}buffer_ref() functions.
+
2012-03-21 - xxxxxxx - lavu 51.43.100
Add bprint.h for bprint API.