comparison 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
comparison
equal deleted inserted replaced
11394:9a171a2c04d9 11395:5b9d41da4152
25 */ 25 */
26 26
27 #include "bytestream.h" 27 #include "bytestream.h"
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "get_bits.h" 29 #include "get_bits.h"
30 #include "iff.h"
30 31
31 typedef struct { 32 typedef struct {
32 AVFrame frame; 33 AVFrame frame;
33 int planesize; 34 int planesize;
34 uint8_t * planebuf; 35 uint8_t * planebuf;