Fixes checkheaders.
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".