Add PTS to render too slow message.

This commit is contained in:
Johns 2012-08-29 17:00:36 +02:00
parent 3df9acc034
commit a61cbcb65a
1 changed files with 2 additions and 2 deletions

View File

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