Commit 29f42576 authored by vitor's avatar vitor

Remove header now made useless

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12723 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a0a5e56a
...@@ -22,7 +22,10 @@ ...@@ -22,7 +22,10 @@
#include "avfilter.h" #include "avfilter.h"
#include "avfiltergraph.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 { typedef struct AVFilterGraph {
unsigned filter_count; unsigned filter_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment