From 1c7900921bb486bec4f06f51a3f3cbe87529de12 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini <stefano.sabatini-lala@poste.it> Date: Sat, 30 Jan 2010 18:54:32 +0000 Subject: [PATCH] Add missing '()' at the end of a function name. Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index a245205e4f3..cf601d8a2e2 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 -- GitLab