mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08: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:
@ -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);
|
||||
|
Reference in New Issue
Block a user