diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-27 04:36:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-27 10:17:53 +0200 |
commit | 90546c6ca70ee2316f3d7f0a860297a3d0978b79 (patch) | |
tree | 5ffa400d0dddbeb47d5c88e09f5e7bef62bbaaaf /libavfilter | |
parent | c3222931aba47b313a5b5b9f3796f08433c5f3b9 (diff) | |
download | ffmpeg-90546c6ca70ee2316f3d7f0a860297a3d0978b79.tar.gz |
avfilter/preserve_color: Add necessary headers
Fixes checkheaders.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/preserve_color.h | 4 |
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, |