diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-11 18:21:53 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-12 22:46:02 +0200 |
commit | 3fe6bbd5dcdf603a8dac78b48adf6f0b6604143c (patch) | |
tree | e587b065f89d83202500860aad88c564f26db4b0 /doc/APIchanges | |
parent | c535494268069282cc1147c4d61d4a88ce39e078 (diff) | |
download | ffmpeg-3fe6bbd5dcdf603a8dac78b48adf6f0b6604143c.tar.gz |
libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d94c553af9..e8dc0642fa 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-06-12 - xxxxxxx - lavfi 2.18.0 - avcodec.h + Add avfilter_get_video_buffer_ref_from_frame() function in + libavfilter/avcodec.h. + 2011-06-12 - xxxxxxx - lavfi 2.17.0 - avfiltergraph.h Add avfilter_inout_alloc() and avfilter_inout_free() functions. |