lib/xiph/OggVisitor: update the OggStreamState offset

This commit is contained in:
Max Kellermann
2020-01-27 20:48:49 +01:00
parent 7e3eaa5921
commit e01bbad7bb
3 changed files with 10 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ inline void
OggDecoder::SeekByte(offset_type offset)
{
input_stream.LockSeek(offset);
PostSeek();
PostSeek(offset);
}
void