Looks like it was ScummVM 0.9.x. There, seeking was simplyWho'sThere wrote: You wouldn't happen to know which version of ScummVM was the last to use the older method?
Code: Select all
// Calc offset. As all bitrates are in kilobit per seconds, the division by 200 is always exact
offset = (startFrame * (_mad_header.bitrate / (8 * 25))) / 3;
#ifdef __SYMBIAN32__
// Reopen the file if it is not open yet
if(!_file->isOpen())
_file->open(_file->name());
#endif
_file->seek(offset, SEEK_SET);