diff options
-rwxr-xr-x | src/decoder/vorbis_plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |