summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:40 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-04-04 20:08:40 +0000
commit45a09319b2d780bd206701bed13cc8993ce76228 (patch)
tree6c1d21b2059645efa8750ce743da4eece21a0391 /libavfilter/avfiltergraph.h
parentb6be4acc1fbe78bf3708487465a7211bb1cfb280 (diff)
Split graph_load_from_dest() to have a version independent of avfilter_vf_graph
Commited in SoC by Vitor Sessak on 2008-03-24 19:19:38 Originally committed as revision 12731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 5fc60dcef1..185ef31cfd 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -119,4 +119,9 @@ int avfilter_graph_config_formats(AVFilterContext *graphctx);
*/
int avfilter_graph_config_links(AVFilterContext *graphctx);
+
+int graph_load_from_desc3(AVFilterContext *ctx, AVFilterGraphDesc *desc,
+ AVFilterContext *in, int inpad,
+ AVFilterContext *out, int outpad);
+
#endif /* FFMPEG_AVFILTERGRAPH_H */