CUE Sheet input: Seek function now returns correct time offset
parent
244f896318
commit
698798a6f4
|
@ -252,7 +252,7 @@
|
|||
|
||||
framePosition = [decoder seek:frame];
|
||||
|
||||
return framePosition;
|
||||
return framePosition - trackStart;
|
||||
}
|
||||
|
||||
- (int)readAudio:(void *)buf frames:(UInt32)frames
|
||||
|
|
Loading…
Reference in New Issue