summaryrefslogtreecommitdiff
path: root/libavfilter/vf_chromashift.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-11-19 10:37:12 +0100
committerPaul B Mahol <onemda@gmail.com>2019-11-19 10:37:12 +0100
commitc8f269f24f99158f64ff9aefaac72bc46294c526 (patch)
treed15b0088bc391fcc0d0ca2d0dd033af6735e4af8 /libavfilter/vf_chromashift.c
parent0cfda90b34844ee7e050978db09beeee529e0a0c (diff)
avfilter/vf_chromashift: remove unused header
Reverts ef479ee660e4dfbf2645fe3a50d8639fdc22ab1b.
Diffstat (limited to 'libavfilter/vf_chromashift.c')
-rw-r--r--libavfilter/vf_chromashift.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_chromashift.c b/libavfilter/vf_chromashift.c
index e75b49ff81..4b4628a3ef 100644
--- a/libavfilter/vf_chromashift.c
+++ b/libavfilter/vf_chromashift.c
@@ -28,7 +28,6 @@
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
-#include "framesync.h"
#include "video.h"
typedef struct ChromaShiftContext {