diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-01 16:59:37 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-01 16:59:37 +0000 |
commit | 1758d95819a02ccd58e10f834f594cf04a581db2 (patch) | |
tree | d4bbf6e8b64b4ab369395cf18eb62c85ed12d68e | |
parent | 0f5ee4b7bd64a4fbd76fa4de0a863ce75b746c25 (diff) |
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
-rw-r--r-- | libao2/ao_pcm.c | 4 |
1 files changed, 0 insertions, 4 deletions
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: |