diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-30 18:54:32 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-30 18:54:32 +0000 |
commit | 1c7900921bb486bec4f06f51a3f3cbe87529de12 (patch) | |
tree | 2dc536267ce74809148eb0a67e930ecec25ce4e1 /doc | |
parent | 14ace37efcc4cb938997a173dffe171dade7f4a9 (diff) | |
download | ffmpeg-1c7900921bb486bec4f06f51a3f3cbe87529de12.tar.gz |
Add missing '()' at the end of a function name.
Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a245205e4f..cf601d8a2e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -19,7 +19,7 @@ API changes, most recent first: 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. + Add sws_isSupportedInput() and sws_isSupportedOutput() functions. 2010-01-06 - r21035 - lavfi 1.14.0 - avfilter_add_colorspace() Change the avfilter_add_colorspace() signature, make it accept an |