Remove header now made useless

Commited in SoC by Vitor Sessak on 2008-02-12 20:59:51

Originally committed as revision 12723 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-04-04 20:08:16 +00:00
parent 9958f07a81
commit 4dae572fff
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@
#include "avfilter.h"
#include "avfiltergraph.h"
#include "allfilters.h"
extern AVFilter avfilter_vf_scale;
extern AVFilter avfilter_vf_graph;
extern AVFilter avfilter_vf_graphfile;
extern AVFilter avfilter_vf_graphdesc;
typedef struct AVFilterGraph {
unsigned filter_count;