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>
This commit is contained in:
Andreas Rheinhardt 2022-05-16 18:15:37 +02:00
parent 9cc38cc636
commit 2c8f97831a
2 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,6 @@
#ifndef AVCODEC_MPEGVIDEO_H
#define AVCODEC_MPEGVIDEO_H
#include <float.h>
#include "avcodec.h"
#include "blockdsp.h"
#include "error_resilience.h"

View File

@ -28,6 +28,8 @@
#ifndef AVCODEC_MPEGVIDEOENC_H
#define AVCODEC_MPEGVIDEOENC_H
#include <float.h>
#include "libavutil/opt.h"
#include "mpegvideo.h"