[FFmpeg-devel] [PATCH 1/2] vf_colormatrix: Drop unused strings.h header

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Sep 7 14:54:20 CEST 2012


It already uses av_strcasecmp.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
 libavfilter/vf_colormatrix.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c
index 1605286..ca5a39d 100644
--- a/libavfilter/vf_colormatrix.c
+++ b/libavfilter/vf_colormatrix.c
@@ -28,7 +28,6 @@
  * adds an option to use scaled or non-scaled coefficients, and more...
  */
 
-#include <strings.h>
 #include <float.h>
 #include "avfilter.h"
 #include "formats.h"
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list