From 41a4b280eea21dd584225bb394a0522ddf504964 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 18 Aug 2014 09:52:53 +0200 Subject: input/ffmpeg: update offset after seeking --- src/input/plugins/FfmpegInputPlugin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/input/plugins/FfmpegInputPlugin.cxx b/src/input/plugins/FfmpegInputPlugin.cxx index a31014c26..05ad20c36 100644 --- a/src/input/plugins/FfmpegInputPlugin.cxx +++ b/src/input/plugins/FfmpegInputPlugin.cxx @@ -143,6 +143,7 @@ FfmpegInputStream::Seek(offset_type new_offset, Error &error) return false; } + offset = result; eof = false; return true; } -- cgit v1.2.3