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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to