mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
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:
parent
9cc38cc636
commit
2c8f97831a
@ -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"
|
||||
|
@ -28,6 +28,8 @@
|
||||
#ifndef AVCODEC_MPEGVIDEOENC_H
|
||||
#define AVCODEC_MPEGVIDEOENC_H
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include "libavutil/opt.h"
|
||||
#include "mpegvideo.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user