Commit 386cfc1b authored by arpi's avatar arpi

64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@6141 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 2a1ef71f
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment