[FFmpeg-cvslog] r15288 - trunk/libavcodec/mace.c

vitor subversion
Tue Sep 9 18:51:39 CEST 2008


Author: vitor
Date: Tue Sep  9 18:51:39 2008
New Revision: 15288

Log:
Cosmetics: remove useless parenthesis


Modified:
   trunk/libavcodec/mace.c

Modified: trunk/libavcodec/mace.c
==============================================================================
--- trunk/libavcodec/mace.c	(original)
+++ trunk/libavcodec/mace.c	Tue Sep  9 18:51:39 2008
@@ -205,7 +205,7 @@ static void chomp6(ChannelData *chd, int
 
     current = mace_broken_clip_int16(current + chd->level);
 
-    chd->level = ((current*chd->factor) >> 15);
+    chd->level = (current*chd->factor) >> 15;
     current >>= 1;
 
     output[0] = QT_8S_2_16S(chd->previous + chd->prev2 -




More information about the ffmpeg-cvslog mailing list