changeset 6435:cb4ee143ad29 libavcodec

include required header
author aurel
date Mon, 03 Mar 2008 23:10:13 +0000
parents 442f96044f19
children 6491d3284f89
files imgconvert.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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);