[FFmpeg-devel] Make static the list of registered filters
Víctor Paesa
wzrlpy
Thu Mar 26 12:34:41 CET 2009
Hi,
$subject, and bump up minor as ABI changes.
Regards,
V?ctor
Index: libavfilter/avfilter.c
========================================
--- libavfilter/avfilter.c (revision 18169)
+++ libavfilter/avfilter.c (working copy)
@@ -27,7 +27,7 @@
}
/** list of registered filters */
-struct FilterList
+static struct FilterList
{
AVFilter *filter;
struct FilterList *next;
Index: libavfilter/avfilter.h
========================================
--- libavfilter/avfilter.h (revision 18169)
+++ libavfilter/avfilter.h (working copy)
@@ -23,7 +23,7 @@
#define AVFILTER_AVFILTER_H
#define LIBAVFILTER_VERSION_MAJOR 0
-#define LIBAVFILTER_VERSION_MINOR 4
+#define LIBAVFILTER_VERSION_MINOR 5
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
Index: libavfilter/graphparser.h
More information about the ffmpeg-devel
mailing list