changeset 6489:4d1efaedfae6 libavcodec

Add missing stdint.h #include to headers that use it.
author diego
date Thu, 13 Mar 2008 00:20:15 +0000
parents ecbe9565dcae
children bb799e3bc64b
files imgconvert.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/imgconvert.h	Wed Mar 12 23:58:46 2008 +0000
+++ b/imgconvert.h	Thu Mar 13 00:20:15 2008 +0000
@@ -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);