From d9747e29b657f6d999327ee2f2e48a0fe176b87c Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 8 Mar 2010 02:36:00 +0000 Subject: IFF: move ff_cmap_read_palette() prototype to a header file Originally committed as revision 22307 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/iff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/iff.c') diff --git a/libavcodec/iff.c b/libavcodec/iff.c index a8e64268ee..490d347ec0 100644 --- a/libavcodec/iff.c +++ b/libavcodec/iff.c @@ -27,6 +27,7 @@ #include "bytestream.h" #include "avcodec.h" #include "get_bits.h" +#include "iff.h" typedef struct { AVFrame frame; -- cgit v1.2.3