# HG changeset patch # User diego # Date 1205367615 0 # Node ID 4d1efaedfae675fe56ecd31915c16729d86c479a # Parent ecbe9565dcaef33e6c44e9ce9d5f7003538bbfa8 Add missing stdint.h #include to headers that use it. diff -r ecbe9565dcae -r 4d1efaedfae6 imgconvert.h --- 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 #include "avcodec.h" int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width);