VideoProducer: fix the fix.
This commit is contained in:
parent
854d187f2b
commit
23b5556fe4
@ -699,7 +699,7 @@ VideoProducer::_FrameGeneratorThread()
|
||||
// Drop frame if it's at least a frame late.
|
||||
if (playingDirection > 0) {
|
||||
printf("VideoProducer: dropped frame (%" B_PRId64
|
||||
") (perf. time " B_PRIdBIGTIME ")\n", fFrame,
|
||||
") (perf. time %" B_PRIdBIGTIME ")\n", fFrame,
|
||||
performanceTime);
|
||||
}
|
||||
// next frame
|
||||
|
Loading…
Reference in New Issue
Block a user