summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-08-09 16:22:06 +0200
committerJohns <johns98@gmx.net>2012-08-09 16:22:06 +0200
commitecb48a5d637ff1c41001729cbf016e5498601bac (patch)
treeba602fc91b2b4f6e9e8f921ba4ca68a1659cb832 /softhddev.c
parent9efc73144dea3189a919c6859543a630bca19a78 (diff)
downloadvdr-plugin-softhddevice-ecb48a5d637ff1c41001729cbf016e5498601bac.tar.gz
vdr-plugin-softhddevice-ecb48a5d637ff1c41001729cbf016e5498601bac.tar.bz2
Resume plugin, if dummy player looses control.
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c
index 788049d..215d8a8 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -1984,7 +1984,8 @@ int64_t GetSTC(void)
if (MyHwDecoder) {
return VideoGetClock(MyHwDecoder);
}
- Error(_("softhddev: %s called without hw decoder\n"), __FUNCTION__);
+ // could happen during dettached
+ Warning(_("softhddev: %s called without hw decoder\n"), __FUNCTION__);
return AV_NOPTS_VALUE;
}