mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Calling TrickSpeed without decoder can happen.
This commit is contained in:
parent
f86fa4edd7
commit
413983a666
@ -1905,7 +1905,8 @@ void TrickSpeed(int speed)
|
|||||||
if (MyHwDecoder) {
|
if (MyHwDecoder) {
|
||||||
VideoSetTrickSpeed(MyHwDecoder, speed);
|
VideoSetTrickSpeed(MyHwDecoder, speed);
|
||||||
} else {
|
} 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;
|
StreamFreezed = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user