since stuff like vorbis streams report actual time into stream,

not time played, for previous add a hack where we record the difference
in time between previous presses

git-svn-id: https://svn.musicpd.org/mpd/trunk@1440 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-06-10 21:42:20 +00:00
parent 3b1efb5588
commit 43255a7f63
3 changed files with 8 additions and 9 deletions

View File

@@ -318,7 +318,8 @@ int ogg_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream)
sendDataToOutputBuffer(cb, inStream, dc,
inStream->seekable,
chunk, chunkpos,
ov_time_tell(&vf),
ov_pcm_tell(&vf)/
dc->audioFormat.sampleRate,
bitRate);
if(dc->stop) break;