mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
avfilter/preserve_color: Add necessary headers
Fixes checkheaders. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
c3222931ab
commit
90546c6ca7
@ -19,6 +19,10 @@
|
||||
#ifndef AVFILTER_PRESERVE_COLOR_H
|
||||
#define AVFILTER_PRESERVE_COLOR_H
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "libavutil/macros.h"
|
||||
|
||||
enum {
|
||||
P_NONE,
|
||||
P_LUM,
|
||||
|
Loading…
Reference in New Issue
Block a user