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; }