diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:31 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-04-04 20:08:31 +0000 |
commit | 3ec394ea823c2a6e65a6abbdb2041ce1c66964f8 (patch) | |
tree | de2b90a2dd6355dec68155f1c98331eaffd8d32c /libavfilter/avfiltergraph.h | |
parent | de065016f0c2fd11e5b9caead313b2da8e48ec29 (diff) | |
download | ffmpeg-3ec394ea823c2a6e65a6abbdb2041ce1c66964f8.tar.gz |
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
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r-- | libavfilter/avfiltergraph.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h index 8dc122d2ec..baa228bfc2 100644 --- a/libavfilter/avfiltergraph.h +++ b/libavfilter/avfiltergraph.h @@ -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. |