diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-10 13:42:50 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-10 13:42:50 +0000 |
commit | 2d187e230251ae9e05d485e32f1103c192008fb4 (patch) | |
tree | 498b68dcaf095a58ad3d42286dae9a31dc09c285 /doc | |
parent | 3fb8e77a8dff489026448af0245d4db43fb0b868 (diff) | |
download | ffmpeg-2d187e230251ae9e05d485e32f1103c192008fb4.tar.gz |
Add an entry for the addition of a parameter log_ctx to
avfilter_graph_config_links().
Originally committed as revision 21122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1c848a4800..69acd8e0b5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-01-10 - r21121 - lavfi 1.15.0 - avfilter_graph_config_links() + Add a log_ctx parameter to avfilter_graph_config_links(). + 2010-01-07 - r30236 - lsws 0.8.0 - sws_isSupported{In,Out}put Add sws_isSupportedInput and sws_isSupportedOutput() functions. |