libavfilter/allfilters.c File Reference

#include "avfilter.h"

Go to the source code of this file.

Defines

#define REGISTER_FILTER(X, x, y)

Functions

void avfilter_register_all (void)
 Initialize the filter system.

Define Documentation

#define REGISTER_FILTER ( X,
x,
 ) 
Value:
{ \
          extern AVFilter avfilter_##y##_##x ; \
          if(CONFIG_##X##_FILTER )  avfilter_register(&avfilter_##y##_##x ); }

Definition at line 25 of file allfilters.c.


Function Documentation

void avfilter_register_all ( void   ) 

Initialize the filter system.

Registers all builtin filters

Definition at line 29 of file allfilters.c.

Generated on Tue Jun 12 16:29:06 2012 for ffmpeg by  doxygen 1.6.3