diff --git a/Plugins/Vorbis/VorbisDecoder.m b/Plugins/Vorbis/VorbisDecoder.m index 0b4b60655..a55f52ddd 100644 --- a/Plugins/Vorbis/VorbisDecoder.m +++ b/Plugins/Vorbis/VorbisDecoder.m @@ -30,8 +30,7 @@ frequency = vi->rate; NSLog(@"INFO: %i", bitsPerSample); - length = 0; - //((double)ov_pcm_total(&vorbisRef, -1) * 1000.0)/frequency; + length = ((double)ov_pcm_total(&vorbisRef, -1) * 1000.0)/frequency; NSLog(@"Ok to go WITH OGG.");