summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideoenc.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-16 18:15:37 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-19 19:16:23 +0200
commit2c8f97831ad290c24f69b6d3fdaf9153830ce743 (patch)
tree15e54a80f1cbebe566f011595c08225a768f1f5d /libavcodec/mpegvideoenc.h
parent9cc38cc636badb675b2757fc665d9b8d2f28870f (diff)
downloadffmpeg-2c8f97831ad290c24f69b6d3fdaf9153830ce743.tar.gz
avcodec/mpegvideo: Move float.h inclusion to mpegvideoenc.h
It is only needed for the options in mpegvideoenc.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideoenc.h')
-rw-r--r--libavcodec/mpegvideoenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideoenc.h b/libavcodec/mpegvideoenc.h
index fae41457bf..a0e8913ea6 100644
--- a/libavcodec/mpegvideoenc.h
+++ b/libavcodec/mpegvideoenc.h
@@ -28,6 +28,8 @@
#ifndef AVCODEC_MPEGVIDEOENC_H
#define AVCODEC_MPEGVIDEOENC_H
+#include <float.h>
+
#include "libavutil/opt.h"
#include "mpegvideo.h"