[MPlayer-cvslog] r26637 - trunk/libao2/ao_pcm.c

reimar subversion at mplayerhq.hu
Thu May 1 18:59:37 CEST 2008


Author: reimar
Date: Thu May  1 18:59:37 2008
New Revision: 26637

Log:
Remove a comment that makes no longer sense (since quite some time actually)


Modified:
   trunk/libao2/ao_pcm.c

Modified: trunk/libao2/ao_pcm.c
==============================================================================
--- trunk/libao2/ao_pcm.c	(original)
+++ trunk/libao2/ao_pcm.c	Thu May  1 18:59:37 2008
@@ -86,10 +86,6 @@ static int init(int rate,int channels,in
 	    strdup(ao_pcm_waveheader?"audiodump.wav":"audiodump.pcm");
 	}
 
-	/* bits is only equal to format if (format == 8) or (format == 16);
-	   this means that the following "if" is a kludge and should
-	   really be a switch to be correct in all cases */
-
 	bits=8;
 	switch(format){
 	case AF_FORMAT_S32_BE:



More information about the MPlayer-cvslog mailing list