summaryrefslogtreecommitdiffstats
path: root/cmdutils.h
diff options
context:
space:
mode:
authorhighgod0401 <highgod0401@gmail.com>2013-04-11 20:16:29 +0800
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 16:05:19 +0200
commitd757f7510bc2abe805627d4dc6cf5ebba2ee1fcf (patch)
treeccc7cd4bcda53bf748525e18f94a319928d7c93b /cmdutils.h
parent567feaafa807279927f9e85915482b6b27ef1968 (diff)
downloadffmpeg-streaming-d757f7510bc2abe805627d4dc6cf5ebba2ee1fcf.zip
ffmpeg-streaming-d757f7510bc2abe805627d4dc6cf5ebba2ee1fcf.tar.gz
cmdutils: add opencl command line options to ffmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 63e10f3..bcb43bf 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -90,6 +90,10 @@ int opt_cpuflags(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);
+#endif
+
/**
* Limit the execution time.
*/
OpenPOWER on IntegriCloud