mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Add PTS to render too slow message.
This commit is contained in:
parent
3df9acc034
commit
a61cbcb65a
4
video.c
4
video.c
@ -9421,8 +9421,8 @@ void VideoDrawRenderState(VideoHwDecoder * hw_decoder,
|
|||||||
}
|
}
|
||||||
if (end - start > 35) {
|
if (end - start > 35) {
|
||||||
// report this
|
// report this
|
||||||
Info(_("video/vdpau: decoder render too slow %ums\n"),
|
Info(_("video/vdpau: %s: decoder render too slow %ums\n"),
|
||||||
end - start);
|
Timestamp2String(decoder->PTS), end - start);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user