diff iff.c @ 11395:5b9d41da4152 libavcodec

IFF: move ff_cmap_read_palette() prototype to a header file
author mru
date Mon, 08 Mar 2010 02:36:00 +0000
parents ad4ac2a6373f
children 534872e7ab38
line wrap: on
line diff
--- a/iff.c	Sun Mar 07 23:52:33 2010 +0000
+++ b/iff.c	Mon Mar 08 02:36:00 2010 +0000
@@ -27,6 +27,7 @@
 #include "bytestream.h"
 #include "avcodec.h"
 #include "get_bits.h"
+#include "iff.h"
 
 typedef struct {
     AVFrame frame;