Commit b62e085b authored by diego's avatar diego

Add missing stdint.h #include to headers that use it.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12429 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96bf0c57
......@@ -24,6 +24,7 @@
#ifndef FFMPEG_IMGCONVERT_H
#define FFMPEG_IMGCONVERT_H
#include <stdint.h>
#include "avcodec.h"
int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);
......
......@@ -21,6 +21,7 @@
#ifndef FFMPEG_INTFLOAT_READWRITE_H
#define FFMPEG_INTFLOAT_READWRITE_H
#include <stdint.h>
#include "common.h"
/* IEEE 80 bits extended float */
......
......@@ -21,6 +21,7 @@
#ifndef FFMPEG_MATHEMATICS_H
#define FFMPEG_MATHEMATICS_H
#include <stdint.h>
#include "rational.h"
enum AVRounding {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment