[Ffmpeg-cvslog] r6399 - trunk/libavcodec/vqavideo.c

michael subversion
Sun Oct 1 01:49:09 CEST 2006


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
@@ -107,7 +107,7 @@
     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 */




More information about the ffmpeg-cvslog mailing list