[FFmpeg-cvslog] r12175 - trunk/libavfilter/avfilter.h
michael
subversion
Thu Feb 21 23:26:25 CET 2008
Author: michael
Date: Thu Feb 21 23:26:24 2008
New Revision: 12175
Log:
cosmetic
Modified:
trunk/libavfilter/avfilter.h
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h (original)
+++ trunk/libavfilter/avfilter.h Thu Feb 21 23:26:24 2008
@@ -197,6 +197,9 @@ void avfilter_formats_ref(AVFilterFormat
*/
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(AVFilte
/** 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.
More information about the ffmpeg-cvslog
mailing list