[FFmpeg-devel] [PATCH 3/4] avfilter/vf_colormap: Remove unnecessary headers

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Apr 29 04:54:35 EEST 2022


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

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 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"
-- 
2.32.0



More information about the ffmpeg-devel mailing list