diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:16 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:16 +0000 |
commit | 4dae572fffd41543b0c161f59919b6d2a76859d9 (patch) | |
tree | 955e0f7abe07877b47681b504cdc04b0f143bf19 /libavfilter/avfiltergraph.c | |
parent | 9958f07a81479fd57af8da5d230a3163f57e3b0b (diff) | |
download | ffmpeg-4dae572fffd41543b0c161f59919b6d2a76859d9.tar.gz |
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
Diffstat (limited to 'libavfilter/avfiltergraph.c')
-rw-r--r-- | libavfilter/avfiltergraph.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c index 1c126e9567..ce8d2a70e5 100644 --- a/libavfilter/avfiltergraph.c +++ b/libavfilter/avfiltergraph.c @@ -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; |