diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-21 22:26:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-21 22:26:24 +0000 |
commit | eb30e86c7d2be4b7e85c45aae6ba6a45e759c71b (patch) | |
tree | 4affeb7af1dac0306d533d986e49faa575922552 | |
parent | 33a0facf0b88cc2712438432e7b969dffc5b1b49 (diff) | |
download | ffmpeg-eb30e86c7d2be4b7e85c45aae6ba6a45e759c71b.tar.gz |
cosmetic
Originally committed as revision 12175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/avfilter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 0a8383350a..850bf968f3 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -197,6 +197,9 @@ void avfilter_formats_ref(AVFilterFormats *f, AVFilterFormats **ref); */ void avfilter_formats_unref(AVFilterFormats **ref); +void avfilter_formats_changeref(AVFilterFormats **oldref, + AVFilterFormats **newref); + /** * A filter pad used for either input or output. */ @@ -325,9 +328,6 @@ void avfilter_set_common_formats(AVFilterContext *ctx, AVFilterFormats *formats) /** Default handler for query_formats() */ int avfilter_default_query_formats(AVFilterContext *ctx); -void avfilter_formats_changeref(AVFilterFormats **oldref, - AVFilterFormats **newref); - /** * Filter definition. This defines the pads a filter contains, and all the * callback functions used to interact with the filter. |