diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-02-14 17:00:53 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-03-26 22:46:40 +0200 |
commit | a67d9cfa58c61c8da7f8fdf4285db6ec208a8766 (patch) | |
tree | 07d4145627d25c158bcf2362acabe934b7214499 /doc/APIchanges | |
parent | a84851bef8b7c99708ac5c7d0cddd6f8a7ee4d9e (diff) | |
download | ffmpeg-a67d9cfa58c61c8da7f8fdf4285db6ec208a8766.tar.gz |
lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().
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 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. |