diff options
author | Johns <johns98@gmx.net> | 2013-11-23 16:48:02 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-11-23 16:48:02 +0100 |
commit | cfda3ba39dbc85ef5f02a88467c07bd73e479ed5 (patch) | |
tree | 0e1bc31071895b26d3a012c4b09b62cd5d1850b3 /softhddev.c | |
parent | 0e40f5f8723951b731cfb56f66947141d18f1526 (diff) | |
download | vdr-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.c | 1 |
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 } } |