Author: thilo.borgmann
Date: Sat Aug 15 01:50:34 2009
New Revision: 5105
Log:
Replace math with an equal equal expression.
Modified:
als/alsdec.c
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Sat Aug 15 01:48:32 2009 (r5104)
+++ als/alsdec.c Sat Aug 15 01:50:34 2009 (r5105)
@@ -264,7 +264,7 @@ static av_cold int read_specific_config(
if (buffer_size < ht_size)
return -1;
- ht_size *= 8;
+ ht_size <<= 3;
while (ht_size > 0) {
int len = FFMIN(ht_size, INT32_MAX);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc