Implement av_image_alloc() and use it in

avfilter_default_get_video_buffer().

Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-12-04 12:56:16 +00:00
parent bf799f686f
commit 4da12e3b13
6 changed files with 51 additions and 14 deletions

View file

@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
2010-12-04 - r25878 - lavcore 1.15.0 - av_image_alloc()
Add av_image_alloc() to libavcore/imgutils.h.
2010-12-02 - r25862 - lavfi 1.67.0 - avfilter_graph_create_filter()
Add function avfilter_graph_create_filter() in avfiltergraph.h.