summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-06-24 21:38:05 +0300
committerUoti Urpala <uau@mplayer2.org>2011-06-26 05:50:06 +0300
commit12843385feb1da0d44c4b9357cb635077feaba29 (patch)
tree560493a6718de7e8acd1b7307eddc2cbf354c684 /libao2
parent1763fb5a561dc1172329adb68471704e255f0cf7 (diff)
downloadmpv-12843385feb1da0d44c4b9357cb635077feaba29.tar.bz2
mpv-12843385feb1da0d44c4b9357cb635077feaba29.tar.xz
cleanup: ao_pcm: remove useless assignment to ao->buffersize
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_pcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libao2/ao_pcm.c b/libao2/ao_pcm.c
index 20399152c5..eefe6b9433 100644
--- a/libao2/ao_pcm.c
+++ b/libao2/ao_pcm.c
@@ -166,7 +166,6 @@ static int init(struct ao *ao, char *params)
}
ao->outburst = 65536;
- ao->buffersize = 2 * 65536;
ao->bps = ao->channels * ao->samplerate * (af_fmt2bits(ao->format) / 8);
mp_tmsg(MSGT_AO, MSGL_INFO, "[AO PCM] File: %s (%s)\n"