summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-02 08:24:02 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-08 11:11:52 +0200
commitfe2147e93612cdcb4101b3b087f9a9f1835dba11 (patch)
tree7ba59e2721e978291fe317275f9b93549e58d679 /avconv.h
parentf5e668273a0c3ee439b3df41c7555fd3b77f6035 (diff)
avconv: split configuring filter configuration to a separate file.
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avconv.h b/avconv.h
index fb720d6259..d8bf78b419 100644
--- a/avconv.h
+++ b/avconv.h
@@ -356,5 +356,7 @@ int guess_input_channel_layout(InputStream *ist);
int configure_filtergraph(FilterGraph *fg);
int configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOut *out);
+int ist_in_filtergraph(FilterGraph *fg, InputStream *ist);
+FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
#endif /* AVCONV_H */