Mercurial > libavformat.hg
changeset 5773:fd3b7b9b63a8 libavformat
IFF: move ff_cmap_read_palette() prototype to a header file
author | mru |
---|---|
date | Mon, 08 Mar 2010 02:36:00 +0000 |
parents | d3d45b140065 |
children | 66e85b4ca68a |
files | iff.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/iff.c Mon Mar 08 00:40:22 2010 +0000 +++ b/iff.c Mon Mar 08 02:36:00 2010 +0000 @@ -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 @@ return 0; } -int ff_cmap_read_palette(AVCodecContext *avctx, uint32_t *pal); - static int iff_read_packet(AVFormatContext *s, AVPacket *pkt) {