comparison vqavideo.c @ 3799:81638b2fbeba libavcodec

palette (if we memcpy it into AVFrame) must be uint32_t
author michael
date Sat, 30 Sep 2006 23:49:09 +0000
parents 0b546eab515d
children c8c591fe26f8
comparison
equal deleted inserted replaced
3798:6e7b9a44800c 3799:81638b2fbeba
105 AVFrame frame; 105 AVFrame frame;
106 106
107 unsigned char *buf; 107 unsigned char *buf;
108 int size; 108 int size;
109 109
110 unsigned int palette[PALETTE_COUNT]; 110 uint32_t palette[PALETTE_COUNT];
111 111
112 int width; /* width of a frame */ 112 int width; /* width of a frame */
113 int height; /* height of a frame */ 113 int height; /* height of a frame */
114 int vector_width; /* width of individual vector */ 114 int vector_width; /* width of individual vector */
115 int vector_height; /* height of individual vector */ 115 int vector_height; /* height of individual vector */