[FFmpeg-cvslog] avfilter/vf_chromashift: remove unused header

Paul B Mahol git at videolan.org
Tue Nov 19 11:39:08 EET 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Nov 19 10:37:12 2019 +0100| [c8f269f24f99158f64ff9aefaac72bc46294c526] | committer: Paul B Mahol

avfilter/vf_chromashift: remove unused header

Reverts ef479ee660e4dfbf2645fe3a50d8639fdc22ab1b.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8f269f24f99158f64ff9aefaac72bc46294c526
---

 libavfilter/Makefile         | 2 +-
 libavfilter/vf_chromashift.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index c92c19e281..8434983b7d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -176,7 +176,7 @@ OBJS-$(CONFIG_BOXBLUR_OPENCL_FILTER)         += vf_avgblur_opencl.o opencl.o \
 OBJS-$(CONFIG_BWDIF_FILTER)                  += vf_bwdif.o yadif_common.o
 OBJS-$(CONFIG_CHROMAHOLD_FILTER)             += vf_chromakey.o
 OBJS-$(CONFIG_CHROMAKEY_FILTER)              += vf_chromakey.o
-OBJS-$(CONFIG_CHROMASHIFT_FILTER)            += vf_chromashift.o framesync.o
+OBJS-$(CONFIG_CHROMASHIFT_FILTER)            += vf_chromashift.o
 OBJS-$(CONFIG_CIESCOPE_FILTER)               += vf_ciescope.o
 OBJS-$(CONFIG_CODECVIEW_FILTER)              += vf_codecview.o
 OBJS-$(CONFIG_COLORBALANCE_FILTER)           += vf_colorbalance.o
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 {



More information about the ffmpeg-cvslog mailing list