Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-04 06:33:57 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-08-04 06:33:57 +0300
commit9aa3023672b3336968cbdb5c4a733b6088ad564e (patch)
tree1eca1cafedc738c61b7de481c405af44feeab9fd /ffmpeg.h
parent7f7cedd7139f18480e3dacd1abcfd94bda01fa17 (diff)
parent49670e4218d34899a1c37abb7a11615efc16f757 (diff)
Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'
* commit '49670e4218d34899a1c37abb7a11615efc16f757': avconv: add a function for determining whether a filtergraph is simple Conflicts: avconv.c Merged-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index f09d33bdcf..69edb6260a 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -573,6 +573,7 @@ void choose_sample_fmt(AVStream *st, AVCodec *codec);
int configure_filtergraph(FilterGraph *fg);
int configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOut *out);
int ist_in_filtergraph(FilterGraph *fg, InputStream *ist);
+int filtergraph_is_simple(FilterGraph *fg);
FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
int init_complex_filtergraph(FilterGraph *fg);