Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-07 16:54:20 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-07 20:24:43 +0400
commita2015b41a0b23fd156352963f0e94f55117cd5a1 (patch)
treec59b00c969cc582b05a49e33eb6d219debfbefe3 /libavfilter/vf_colormatrix.c
parent7621c3538f1437577bfaba3926c081b58db59799 (diff)
vf_colormatrix: Drop unused strings.h header
It already uses av_strcasecmp. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_colormatrix.c')
-rw-r--r--libavfilter/vf_colormatrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c
index 1605286a45..ca5a39d6ec 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"