Commit 9bee0758 authored by victor's avatar victor

Make static the list of registered filters.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18198 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b0f87b7f
...@@ -27,7 +27,7 @@ unsigned avfilter_version(void) { ...@@ -27,7 +27,7 @@ unsigned avfilter_version(void) {
} }
/** list of registered filters */ /** list of registered filters */
struct FilterList static struct FilterList
{ {
AVFilter *filter; AVFilter *filter;
struct FilterList *next; struct FilterList *next;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define AVFILTER_AVFILTER_H #define AVFILTER_AVFILTER_H
#define LIBAVFILTER_VERSION_MAJOR 0 #define LIBAVFILTER_VERSION_MAJOR 0
#define LIBAVFILTER_VERSION_MINOR 4 #define LIBAVFILTER_VERSION_MINOR 5
#define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment