cmdutils: add opencl command line options to ffmpeg

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
highgod0401
2013-04-11 20:16:29 +08:00
committed by Michael Niedermayer
parent 567feaafa8
commit d757f7510b
3 changed files with 31 additions and 0 deletions

View File

@@ -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.
*/