[MPlayer-cvslog] r25727 - trunk/stream/pnm.c
    reimar 
    subversion at mplayerhq.hu
       
    Sun Jan 13 14:14:33 CET 2008
    
    
  
Author: reimar
Date: Sun Jan 13 14:14:33 2008
New Revision: 25727
Log:
Simplify
Modified:
   trunk/stream/pnm.c
Modified: trunk/stream/pnm.c
==============================================================================
--- trunk/stream/pnm.c	(original)
+++ trunk/stream/pnm.c	Sun Jan 13 14:14:33 2008
@@ -751,7 +751,7 @@ static int pnm_get_stream_chunk(pnm_t *p
   p->recv[4]=0;         /* stream number */
   p->recv[5]=stream;
   
-  p->recv[10]=p->recv[10] & 0xfe; /* streambox seems to do that... */
+  p->recv[10] &= 0xfe; /* streambox seems to do that... */
 
   p->packet++;
 
    
    
More information about the MPlayer-cvslog
mailing list