[FFmpeg-devel] [PATCH 4/4] avfilter/preserve_color: Add necessary headers
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Mon Sep 27 06:00:03 EEST 2021
Fixes checkheaders.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
Will apply this soon.
libavfilter/preserve_color.h | 4 ++++
1 file changed, 4 insertions(+)
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,
--
2.30.2
More information about the ffmpeg-devel
mailing list