summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-27 04:36:41 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-27 10:17:53 +0200
commit90546c6ca70ee2316f3d7f0a860297a3d0978b79 (patch)
tree5ffa400d0dddbeb47d5c88e09f5e7bef62bbaaaf
parentc3222931aba47b313a5b5b9f3796f08433c5f3b9 (diff)
avfilter/preserve_color: Add necessary headers
Fixes checkheaders. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavfilter/preserve_color.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/preserve_color.h b/libavfilter/preserve_color.h
index ac0587ad1e..158ee226bb 100644
--- a/libavfilter/preserve_color.h
+++ b/libavfilter/preserve_color.h
@@ -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,