[FFmpeg-cvslog] r20611 - trunk/libavfilter/avfilter.h

stefano subversion
Thu Nov 26 00:24:09 CET 2009


Author: stefano
Date: Thu Nov 26 00:24:09 2009
New Revision: 20611

Log:
Remove AVFilter.next field, since it is not used and it is not going
to be used since the implementation of the new filter registration
system.

Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Wed Nov 25 18:14:48 2009	(r20610)
+++ trunk/libavfilter/avfilter.h	Thu Nov 26 00:24:09 2009	(r20611)
@@ -25,7 +25,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  1
-#define LIBAVFILTER_VERSION_MINOR 10
+#define LIBAVFILTER_VERSION_MINOR 11
 #define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
@@ -425,11 +425,6 @@ typedef struct AVFilter
      * NULL_IF_CONFIG_SMALL() macro to define it.
      */
     const char *description;
-
-    /**
-     * The next registered filter, NULL if this is the last one.
-     */
-    struct AVFilter *next;
 } AVFilter;
 
 /** An instance of a filter */



More information about the ffmpeg-cvslog mailing list