[FFmpeg-cvslog] avfilter/vf_colormap: Remove unnecessary headers

Andreas Rheinhardt git at videolan.org
Fri Apr 29 14:39:50 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Apr 29 03:34:10 2022 +0200| [9d2f42795894315a8efd18c260fede72db8534fb] | committer: Andreas Rheinhardt

avfilter/vf_colormap: Remove unnecessary headers

In particular remove config_components.h in order to avoid unnecessary
rebuilds.

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 libavfilter/vf_colormap.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/libavfilter/vf_colormap.c b/libavfilter/vf_colormap.c
index a0d6d7be27..d5c5bec39c 100644
--- a/libavfilter/vf_colormap.c
+++ b/libavfilter/vf_colormap.c
@@ -23,15 +23,10 @@
  * Compute a look-up table from map of colors.
  */
 
-#include "config_components.h"
-
 #include "libavutil/attributes.h"
-#include "libavutil/avstring.h"
 #include "libavutil/common.h"
 #include "libavutil/opt.h"
-#include "libavutil/pixdesc.h"
 #include "avfilter.h"
-#include "formats.h"
 #include "internal.h"
 #include "framesync.h"
 #include "video.h"



More information about the ffmpeg-cvslog mailing list