comparison ra144.c @ 6804:24a8b213ba4d libavcodec

Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
author vitor
date Thu, 15 May 2008 18:30:05 +0000
parents f3b2012e7aae
children 8faad14a40a5
comparison
equal deleted inserted replaced
6803:f3b2012e7aae 6804:24a8b213ba4d
392 *(--target) = u = bp1[(c--)]; 392 *(--target) = u = bp1[(c--)];
393 393
394 if ((u + 0x1000) > 0x1fff) 394 if ((u + 0x1000) > 0x1fff)
395 retval = 1; 395 retval = 1;
396 396
397 FFSWAP(unsigned int *, bp1, bp2); 397 FFSWAP(int *, bp1, bp2);
398 } 398 }
399 return retval; 399 return retval;
400 } 400 }
401 401
402 static void dec2(Real144_internal *glob, int *data, int *inp, int n, int f, 402 static void dec2(Real144_internal *glob, int *data, int *inp, int n, int f,