Mercurial > libavcodec.hg
diff imgconvert.h @ 6435:cb4ee143ad29 libavcodec
include required header
| author | aurel |
|---|---|
| date | Mon, 03 Mar 2008 23:10:13 +0000 |
| parents | 3d999e9c2093 |
| children | 4d1efaedfae6 |
line wrap: on
line diff
--- a/imgconvert.h Mon Mar 03 21:54:18 2008 +0000 +++ b/imgconvert.h Mon Mar 03 23:10:13 2008 +0000 @@ -24,6 +24,8 @@ #ifndef FFMPEG_IMGCONVERT_H #define FFMPEG_IMGCONVERT_H +#include "avcodec.h" + int ff_fill_linesize(AVPicture *picture, int pix_fmt, int width); int ff_fill_pointer(AVPicture *picture, uint8_t *ptr, int pix_fmt, int height);
