[SCM] libav/experimental: 64bit incompatibility bug, patch by Artur Grabowski <art at blahonga.org>

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:31:54 UTC 2013


The following commit has been merged in the experimental branch:
commit b5a40dc6d04318bacce37d51feda38ff07507682
Author: Artur Grabowski <art at blahonga.org>
Date:   Mon May 20 04:00:25 2002 +0000

    64bit incompatibility bug, patch by Artur Grabowski <art at blahonga.org>
    
    Originally committed as revision 6141 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/yuv2rgb.c b/postproc/yuv2rgb.c
index ac5f8b7..10db46f 100644
--- a/postproc/yuv2rgb.c
+++ b/postproc/yuv2rgb.c
@@ -407,7 +407,7 @@ static void yuv2rgb_c_init (int bpp, int mode)
     uint32_t *table_32 = 0;
     uint16_t *table_16 = 0;
     uint8_t *table_8 = 0;
-    uint32_t entry_size = 0;
+    int entry_size = 0;
     void *table_r = 0, *table_g = 0, *table_b = 0;
 
     int crv = Inverse_Table_6_9[matrix_coefficients][0];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list