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>
This commit is contained in:
Derek Buitenhuis 2012-09-07 08:54:20 -04:00 committed by Michael Niedermayer
parent 7621c3538f
commit a2015b41a0
1 changed files with 0 additions and 1 deletions

View File

@ -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"