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 3dec80f..9d7a49e 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -1905,7 +1905,8 @@ void TrickSpeed(int speed)
if (MyHwDecoder) {
VideoSetTrickSpeed(MyHwDecoder, speed);
} else {
- Error(_("softhddev: %s called without hw decoder\n"), __FUNCTION__);
+ // can happen, during startup
+ Debug(3, "softhddev: %s called without hw decoder\n", __FUNCTION__);
}
StreamFreezed = 0;
}