aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2020-08-14 13:06:34 +0200
committerNicolas George <george@nsup.org>2020-09-08 14:16:08 +0200
commit697fb09e3dd187b76f1bc57516fcbe482b4d89e2 (patch)
tree8c4c32e4c3cfae3ba0d3df6339781d92b1f18058 /fftools/ffmpeg.h
parent0d942357f6ea918473ab0140b8deb37af84b094d (diff)
downloadffmpeg-697fb09e3dd187b76f1bc57516fcbe482b4d89e2.tar.gz
ffmpeg: add auto_conversion_filters option.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 6e3f2545c7..908bc73fca 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -613,6 +613,7 @@ extern char *videotoolbox_pixfmt;
extern int filter_nbthreads;
extern int filter_complex_nbthreads;
extern int vstats_version;
+extern int auto_conversion_filters;
extern const AVIOInterruptCB int_cb;