1 Oct 2006 01:49
r6399 - trunk/libavcodec/vqavideo.c
michael <subversion <at> mplayerhq.hu>
2006-09-30 23:49:09 GMT
2006-09-30 23:49:09 GMT
Author: michael
Date: Sun Oct 1 01:49:09 2006
New Revision: 6399
Modified:
trunk/libavcodec/vqavideo.c
Log:
palette (if we memcpy it into AVFrame) must be uint32_t
Modified: trunk/libavcodec/vqavideo.c
==============================================================================
--- trunk/libavcodec/vqavideo.c (original)
+++ trunk/libavcodec/vqavideo.c Sun Oct 1 01:49:09 2006
<at> <at> -107,7 +107,7 <at> <at>
unsigned char *buf;
int size;
- unsigned int palette[PALETTE_COUNT];
+ uint32_t palette[PALETTE_COUNT];
int width; /* width of a frame */
int height; /* height of a frame */
RSS Feed