mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/opencl: remove redundant header.
remove redundant header Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
parent
3bab7b70da
commit
3161df5b0c
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue