diff options
author | Jun Zhao <mypopydev@gmail.com> | 2018-05-30 08:54:45 +0800 |
---|---|---|
committer | Jun Zhao <jun.zhao@intel.com> | 2018-06-07 19:38:58 +0800 |
commit | 3161df5b0c2dfa31b9c19ba13b4c943773cf57a5 (patch) | |
tree | 37265002d98cc3bc8eb956eceb2e6d693216faf3 /libavfilter/opencl.c | |
parent | 3bab7b70da9705031bfc23d9fd15dc49af967055 (diff) | |
download | ffmpeg-3161df5b0c2dfa31b9c19ba13b4c943773cf57a5.tar.gz |
lavfi/opencl: remove redundant header.
remove redundant header
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Diffstat (limited to 'libavfilter/opencl.c')
-rw-r--r-- | libavfilter/opencl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c index ae61667380..ac5eec68c6 100644 --- a/libavfilter/opencl.c +++ b/libavfilter/opencl.c @@ -19,12 +19,9 @@ #include <stdio.h> #include <string.h> -#include "libavutil/hwcontext.h" -#include "libavutil/hwcontext_opencl.h" #include "libavutil/mem.h" #include "libavutil/pixdesc.h" -#include "avfilter.h" #include "formats.h" #include "opencl.h" |