mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue