1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

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"