Commit a1ee7045 authored by stefano's avatar stefano

Add an entry for the avfilter_make_format_list() interface change.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20303 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6200dc79
......@@ -12,6 +12,11 @@ libavutil: 2009-03-08
API changes, most recent first:
2009-10-19 - r20302 - lavfi 1.3.0 - avfilter_make_format_list()
Change the interface of avfilter_make_format_list() from
avfilter_make_format_list(int n, ...) to
avfilter_make_format_list(enum PixelFormat *pix_fmts).
2009-10-18 - r20272 - lavfi 1.0.0 - avfilter_get_video_buffer()
Make avfilter_get_video_buffer() recursive and add the w and h
parameters to it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment