mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user