Browse Source

lavfi/opencl: remove redundant header.

remove redundant header

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
tags/n4.1
Jun Zhao Jun Zhao 7 years ago
parent
commit
3161df5b0c
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavfilter/opencl.c

+ 0
- 3
libavfilter/opencl.c View File

@@ -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…
Cancel
Save