From 2decc65b45fad97539eb4b4d85561fdef154c4a6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Nov 2009 21:00:21 +0100 Subject: decoder/vorbis: removed redundant "bits" initialization This is done by audio_format_init(). --- src/decoder/vorbis_plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/decoder/vorbis_plugin.c') diff --git a/src/decoder/vorbis_plugin.c b/src/decoder/vorbis_plugin.c index 3b363f992..e20854356 100755 --- a/src/decoder/vorbis_plugin.c +++ b/src/decoder/vorbis_plugin.c @@ -302,7 +302,6 @@ vorbis_stream_decode(struct decoder *decoder, g_warning("Error decoding Ogg Vorbis stream: %s", error); return; } - audio_format.bits = 16; do { if (cmd == DECODE_COMMAND_SEEK) { -- cgit v1.2.3