diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 23:45:15 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 23:45:15 +0000 |
commit | 027e85d88a4f2e1f3338525d694f8dfd37ae869d (patch) | |
tree | 7ab5fd84dc212297ac3540974be77ab827112c37 /doc/APIchanges | |
parent | 6b5dc050a2d9991009155c263a7b28422b6c97c0 (diff) | |
download | ffmpeg-027e85d88a4f2e1f3338525d694f8dfd37ae869d.tar.gz |
Add an entry for the avfilter_make_format_list() interface change.
Originally committed as revision 20303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3b27d819ce..55b8a49218 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |