]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
Merge remote-tracking branch 'cigaes/master'
[ffmpeg] / cmdutils.h
index b814961011f60c9144b9b34d4b6211bf9acf4e31..d1e1ecbe7e8f796ef3eb7d804c9b8f57acbbca83 100644 (file)
@@ -48,6 +48,7 @@ extern AVFormatContext *avformat_opts;
 extern struct SwsContext *sws_opts;
 extern AVDictionary *swr_opts;
 extern AVDictionary *format_opts, *codec_opts, *resample_opts;
+extern int hide_banner;
 
 /**
  * Register a program-specific cleanup routine.
@@ -98,8 +99,12 @@ int opt_max_alloc(void *optctx, const char *opt, const char *arg);
 
 int opt_codec_debug(void *optctx, const char *opt, const char *arg);
 
+#if CONFIG_OPENCL
 int opt_opencl(void *optctx, const char *opt, const char *arg);
 
+int opt_opencl_bench(void *optctx, const char *opt, const char *arg);
+#endif
+
 /**
  * Limit the execution time.
  */