mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
7621c3538f
commit
a2015b41a0
|
@ -28,7 +28,6 @@
|
||||||
* adds an option to use scaled or non-scaled coefficients, and more...
|
* adds an option to use scaled or non-scaled coefficients, and more...
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <strings.h>
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include "avfilter.h"
|
#include "avfilter.h"
|
||||||
#include "formats.h"
|
#include "formats.h"
|
||||||
|
|
Loading…
Reference in New Issue