libavfilter/allfilters.c File Reference

#include "avfilter.h"
#include "config.h"

Go to the source code of this file.

Defines

#define REGISTER_FILTER(X, x, y)
#define REGISTER_BUILTIN_FILTER(x, y)

Functions

void avfilter_register_all (void)
 Initialize the filter system.


Define Documentation

#define REGISTER_BUILTIN_FILTER ( x,
 ) 

Value:

{ \
          extern AVFilter avfilter_##y##_##x ; \
          avfilter_register(&avfilter_##y##_##x ); }

Definition at line 30 of file allfilters.c.

Referenced by avfilter_register_all().

#define REGISTER_FILTER ( X,
x,
 ) 

Value:

{ \
          extern AVFilter avfilter_##y##_##x ; \
          if(CONFIG_##X##_FILTER )  avfilter_register(&avfilter_##y##_##x ); }

Definition at line 26 of file allfilters.c.

Referenced by avfilter_register_all().


Function Documentation

void avfilter_register_all ( void   ) 

Initialize the filter system.

Register all builtin filters.

Definition at line 34 of file allfilters.c.

Referenced by lavfi_read_header(), and main().


Generated on Fri Oct 26 02:50:09 2012 for FFmpeg by  doxygen 1.5.8