summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-04-21 12:59:04 +0200
committerJohns <johns98@gmx.net>2012-04-21 12:59:04 +0200
commite30e1e5aad2e35f35af248167b8366a75f28234d (patch)
tree527a308179595166fd8190d49e9100bc27fb12dc /softhddev.c
parentd26c34f34f77b860b2ac7faf0fda914ca2eeb39b (diff)
downloadvdr-plugin-softhddevice-e30e1e5aad2e35f35af248167b8366a75f28234d.tar.gz
vdr-plugin-softhddevice-e30e1e5aad2e35f35af248167b8366a75f28234d.tar.bz2
Handle jump in stream like stream start.
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c
index 21b075b..f97ba35 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -1374,6 +1374,7 @@ int VideoDecode(void)
VideoPacketRead = VideoPacketWrite;
if (MyVideoDecoder) {
CodecVideoFlushBuffers(MyVideoDecoder);
+ VideoResetStart(MyHwDecoder);
}
VideoClearBuffers = 0;
return 1;