diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-09-07 08:54:20 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-07 18:24:43 +0200 |
commit | a2015b41a0b23fd156352963f0e94f55117cd5a1 (patch) | |
tree | c59b00c969cc582b05a49e33eb6d219debfbefe3 | |
parent | 7621c3538f1437577bfaba3926c081b58db59799 (diff) | |
download | ffmpeg-streaming-a2015b41a0b23fd156352963f0e94f55117cd5a1.zip ffmpeg-streaming-a2015b41a0b23fd156352963f0e94f55117cd5a1.tar.gz |
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>
-rw-r--r-- | libavfilter/vf_colormatrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |