libavfilter: implement avfilter_fill_frame_from_video_buffer_ref()

This commit is contained in:
Stefano Sabatini 2011-06-11 18:21:53 +02:00
parent c535494268
commit 3fe6bbd5dc
4 changed files with 34 additions and 1 deletions

View file

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