1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref().

This commit is contained in:
Clément Bœsch
2012-02-14 17:00:53 +01:00
committed by Clément Bœsch
parent a84851bef8
commit a67d9cfa58
4 changed files with 50 additions and 2 deletions

View File

@@ -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.