summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-03-03 23:10:13 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-03-03 23:10:13 +0000
commitc8deab7af7094d8262f425b3d9d3042edb8341d7 (patch)
treed5ebc425059c8042a2b7d111278982c12ae1b25d /libavcodec/imgconvert.h
parent6e196eacc30b68c1b1cd94d639e55bf61ab4e615 (diff)
include required header
Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgconvert.h')
-rw-r--r--libavcodec/imgconvert.h2
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);