Remove ugly forward declaration

Commited in SoC by Vitor Sessak on 2008-02-24 11:41:22

Originally committed as revision 12728 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak
2008-04-04 20:08:31 +00:00
parent de065016f0
commit 3ec394ea82
2 changed files with 6 additions and 6 deletions

View File

@@ -86,6 +86,10 @@ typedef struct
AVFilterGraphDescExport **outputp; ///< last parsed exported output
} AVFilterGraphDescParser;
extern AVFilter avfilter_vf_graph;
extern AVFilter avfilter_vf_graphfile;
extern AVFilter avfilter_vf_graphdesc;
/**
* Parse a graph composed of a simple chain of filters which is described by
* a single string.