mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
Add missing stdint.h #include to headers that use it.
Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2cab640129
commit
6ef2912879
@ -24,6 +24,7 @@
|
|||||||
#ifndef FFMPEG_IMGCONVERT_H
|
#ifndef FFMPEG_IMGCONVERT_H
|
||||||
#define FFMPEG_IMGCONVERT_H
|
#define FFMPEG_IMGCONVERT_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
|
||||||
int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);
|
int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#ifndef FFMPEG_INTFLOAT_READWRITE_H
|
#ifndef FFMPEG_INTFLOAT_READWRITE_H
|
||||||
#define FFMPEG_INTFLOAT_READWRITE_H
|
#define FFMPEG_INTFLOAT_READWRITE_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
/* IEEE 80 bits extended float */
|
/* IEEE 80 bits extended float */
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#ifndef FFMPEG_MATHEMATICS_H
|
#ifndef FFMPEG_MATHEMATICS_H
|
||||||
#define FFMPEG_MATHEMATICS_H
|
#define FFMPEG_MATHEMATICS_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include "rational.h"
|
#include "rational.h"
|
||||||
|
|
||||||
enum AVRounding {
|
enum AVRounding {
|
||||||
|
Loading…
Reference in New Issue
Block a user