[SCM] libav/experimental: palette (if we memcpy it into AVFrame) must be uint32_t

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:16 UTC 2013


The following commit has been merged in the experimental branch:
commit 3129f3bd0f03f561589e5aa7a86027f8bb8c2c73
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Sep 30 23:49:09 2006 +0000

    palette (if we memcpy it into AVFrame) must be uint32_t
    
    Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c
index 7f0c952..d0e0adf 100644
--- a/libavcodec/vqavideo.c
+++ b/libavcodec/vqavideo.c
@@ -107,7 +107,7 @@ typedef struct VqaContext {
     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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list