diff options
author | Max Kellermann <max@duempel.org> | 2009-11-11 21:00:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-11 21:03:04 +0100 |
commit | 2decc65b45fad97539eb4b4d85561fdef154c4a6 (patch) | |
tree | 74914b74bea2e7bf850102f17da26dc8c53b679c | |
parent | 0fb877740b84f6831d417a4afca065a3a3f86a41 (diff) | |
download | mpd-2decc65b45fad97539eb4b4d85561fdef154c4a6.tar.gz mpd-2decc65b45fad97539eb4b4d85561fdef154c4a6.tar.xz mpd-2decc65b45fad97539eb4b4d85561fdef154c4a6.zip |
decoder/vorbis: removed redundant "bits" initialization
This is done by audio_format_init().
Diffstat (limited to '')
-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) { |