[FFmpeg-devel] [PATCH v3 2/4] lavfi/opencl: remove redundancy	header.
    Jun Zhao 
    mypopydev at gmail.com
       
    Sun Jun  3 06:15:22 EEST 2018
    
    
  
remove redundancy header
Signed-off-by: Jun Zhao <mypopydev at gmail.com>
---
 libavfilter/opencl.c | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c
index ae61667..ac5eec6 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"
 
-- 
2.7.4
    
    
More information about the ffmpeg-devel
mailing list