diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-02 20:12:27 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-02 20:12:27 +0000 |
commit | 037be76e1588fc8135dd307ba0be4c792b3e93e6 (patch) | |
tree | 80f3a139615d0c530fd2399ce8daf437271ab58c /doc/APIchanges | |
parent | 9398024c048092786f1dcf0809fb55bdbf96a70f (diff) | |
download | ffmpeg-037be76e1588fc8135dd307ba0be4c792b3e93e6.tar.gz |
Add avfilter_graph_create_filter().
Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c031622f5e..ebd5faa841 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-12-02 - r25862 - lavfi 1.67.0 - avfilter_graph_create_filter() + Add function avfilter_graph_create_filter() in avfiltergraph.h. + 2010-11-25 - r25826 - lavfi 1.65.0 - avfilter_get_video_buffer_ref_from_arrays() Add function avfilter_get_video_buffer_ref_from_arrays() in avfilter.h. |