Commit 2decc65b authored by Max Kellermann's avatar Max Kellermann

decoder/vorbis: removed redundant "bits" initialization

This is done by audio_format_init().
parent 0fb87774
...@@ -302,7 +302,6 @@ vorbis_stream_decode(struct decoder *decoder, ...@@ -302,7 +302,6 @@ vorbis_stream_decode(struct decoder *decoder,
g_warning("Error decoding Ogg Vorbis stream: %s", error); g_warning("Error decoding Ogg Vorbis stream: %s", error);
return; return;
} }
audio_format.bits = 16;
do { do {
if (cmd == DECODE_COMMAND_SEEK) { if (cmd == DECODE_COMMAND_SEEK) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment