diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-03 23:10:13 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-03 23:10:13 +0000 |
commit | c8deab7af7094d8262f425b3d9d3042edb8341d7 (patch) | |
tree | d5ebc425059c8042a2b7d111278982c12ae1b25d /libavcodec | |
parent | 6e196eacc30b68c1b1cd94d639e55bf61ab4e615 (diff) | |
download | ffmpeg-c8deab7af7094d8262f425b3d9d3042edb8341d7.tar.gz |
include required header
Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/imgconvert.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/imgconvert.h b/libavcodec/imgconvert.h index 2370aa6f7d..102f925c0b 100644 --- a/libavcodec/imgconvert.h +++ b/libavcodec/imgconvert.h @@ -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); |