[Mplayer-cvslog] CVS: main/libaf af_mp.c,1.5,1.6

Alex Beregszaszi syncmail at mplayerhq.hu
Fri Jun 25 21:01:58 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv30690

Modified Files:
	af_mp.c 
Log Message:
10l

Index: af_mp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_mp.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- af_mp.c	16 May 2004 10:48:59 -0000	1.5
+++ af_mp.c	25 Jun 2004 19:01:56 -0000	1.6
@@ -35,7 +35,7 @@
   case(AFMT_FLOAT):
     ofmt = AF_FORMAT_F | AF_FORMAT_NE; break;
   default: 
-    if (ifmt & AFMT_AF_FLAGS == AFMT_AF_FLAGS) {
+    if ((ifmt & AFMT_AF_FLAGS) == AFMT_AF_FLAGS) {
       ofmt = ifmt & ~AFMT_AF_FLAGS;
       break;
     }




More information about the MPlayer-cvslog mailing list