# HG changeset patch # User aurel # Date 1204585813 0 # Node ID cb4ee143ad29aa8bb7810cdb5cfba5a282c72961 # Parent 442f96044f1941d114e0e6e6bc1412de3d9a1bc1 include required header diff -r 442f96044f19 -r cb4ee143ad29 imgconvert.h --- 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);