aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-11 21:00:21 +0100
committerMax Kellermann <max@duempel.org>2009-11-11 21:03:04 +0100
commit2decc65b45fad97539eb4b4d85561fdef154c4a6 (patch)
tree74914b74bea2e7bf850102f17da26dc8c53b679c /src
parent0fb877740b84f6831d417a4afca065a3a3f86a41 (diff)
decoder/vorbis: removed redundant "bits" initialization
This is done by audio_format_init().
Diffstat (limited to 'src')
-rwxr-xr-xsrc/decoder/vorbis_plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/vorbis_plugin.c b/src/decoder/vorbis_plugin.c
index 3b363f99..e2085435 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) {