diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-02 08:24:02 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-08 11:11:52 +0200 |
commit | fe2147e93612cdcb4101b3b087f9a9f1835dba11 (patch) | |
tree | 7ba59e2721e978291fe317275f9b93549e58d679 /avconv.h | |
parent | f5e668273a0c3ee439b3df41c7555fd3b77f6035 (diff) | |
download | ffmpeg-fe2147e93612cdcb4101b3b087f9a9f1835dba11.tar.gz |
avconv: split configuring filter configuration to a separate file.
Diffstat (limited to 'avconv.h')
-rw-r--r-- | avconv.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |