Commit 90546c6c authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/preserve_color: Add necessary headers

Fixes checkheaders.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent c3222931
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment