summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--softhddev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c
index b3e89ed..60e4853 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -519,6 +519,7 @@ int PlayVideo(const uint8_t * data, int size)
Debug(3, "video: new stream %d\n", GetMsTicks() - VideoSwitch);
// FIXME: hack to test results
if (atomic_read(&VideoPacketsFilled) >= VIDEO_PACKET_MAX - 1) {
+ NewVideoStream = 0;
return 0;
}
VideoNextPacket(CODEC_ID_NONE);