diff mbox series

[FFmpeg-devel,4/4] avfilter/preserve_color: Add necessary headers

Message ID AM7PR03MB6660079E9733066AABF8B81E8FA79@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 90546c6ca70ee2316f3d7f0a860297a3d0978b79
Headers show
Series [FFmpeg-devel,1/4] avfilter/formats: Don't unnecessarily reget pixfmt descriptor | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Andreas Rheinhardt Sept. 27, 2021, 3 a.m. UTC
Fixes checkheaders.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
Will apply this soon.

 libavfilter/preserve_color.h | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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,