summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-11-23 16:48:02 +0100
committerJohns <johns98@gmx.net>2013-11-23 16:48:02 +0100
commitcfda3ba39dbc85ef5f02a88467c07bd73e479ed5 (patch)
tree0e1bc31071895b26d3a012c4b09b62cd5d1850b3 /softhddev.c
parent0e40f5f8723951b731cfb56f66947141d18f1526 (diff)
downloadvdr-plugin-softhddevice-cfda3ba39dbc85ef5f02a88467c07bd73e479ed5.tar.gz
vdr-plugin-softhddevice-cfda3ba39dbc85ef5f02a88467c07bd73e479ed5.tar.bz2
Fix bug: Option softhddevice.BlackPicture has no effect.
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 ce032f5..2631df7 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -2483,6 +2483,7 @@ int SetPlayMode(int play_mode)
VideoResetStart(MyVideoStream->HwDecoder);
#ifdef DEBUG
VideoSwitch = GetMsTicks();
+ Debug(3, "video: new stream start\n");
#endif
}
}