[FFmpeg-soc] [soc]: r2272 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Fri May 30 16:35:01 CEST 2008


Author: ramiro
Date: Fri May 30 16:35:01 2008
New Revision: 2272

Log:
Remove unneeded and operation.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Fri May 30 16:35:01 2008
@@ -922,7 +922,6 @@ static uint8_t calculate_parity(const ui
 
     scratch ^= scratch >> 16;
     scratch ^= scratch >> 8;
-    scratch &= 0xff;
 
     for (; buf < buf_end; buf++)
         scratch ^= *buf;



More information about the FFmpeg-soc mailing list