diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 1 |
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; |