summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
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;
}