Make static the list of registered filters.
Originally committed as revision 18198 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3ec88c74b0
commit
b6fec3eb7f
@ -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 @@
|
|||||||
#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, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user