[SCM] libav/experimental: cosmetic

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:15:22 UTC 2013


The following commit has been merged in the experimental branch:
commit eb30e86c7d2be4b7e85c45aae6ba6a45e759c71b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Feb 21 22:26:24 2008 +0000

    cosmetic
    
    Originally committed as revision 12175 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 0a83833..850bf96 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.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list