input/ffmpeg: update offset after seeking

This commit is contained in:
Max Kellermann
2014-08-18 09:52:53 +02:00
parent 27139bf41f
commit 41a4b280ee
2 changed files with 2 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ FfmpegInputStream::Seek(offset_type new_offset, Error &error)
return false;
}
offset = result;
eof = false;
return true;
}