From 1758d95819a02ccd58e10f834f594cf04a581db2 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 1 May 2008 16:59:37 +0000 Subject: Remove a comment that makes no longer sense (since quite some time actually) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26637 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_pcm.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libao2') diff --git a/libao2/ao_pcm.c b/libao2/ao_pcm.c index 7b6e71a38c..ad0e0626b1 100644 --- a/libao2/ao_pcm.c +++ b/libao2/ao_pcm.c @@ -86,10 +86,6 @@ static int init(int rate,int channels,int format,int flags){ 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: -- cgit v1.2.3