decoder/vorbis: removed redundant "bits" initialization

This is done by audio_format_init().
This commit is contained in:
Max Kellermann 2009-11-11 21:00:21 +01:00
parent 0fb877740b
commit 2decc65b45

View File

@ -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) {