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 --- libavformat/iff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavformat/iff.c') diff --git a/libavformat/iff.c b/libavformat/iff.c index f08700530f..62ee16d7a0 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -29,6 +29,7 @@ */ #include "libavutil/intreadwrite.h" +#include "libavcodec/iff.h" #include "avformat.h" #define ID_8SVX MKTAG('8','S','V','X') @@ -223,8 +224,6 @@ static int iff_read_header(AVFormatContext *s, return 0; } -int ff_cmap_read_palette(AVCodecContext *avctx, uint32_t *pal); - static int iff_read_packet(AVFormatContext *s, AVPacket *pkt) { -- cgit v1.2.3