summaryrefslogtreecommitdiff
path: root/src/lib/cpu_player_video_preparer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-12 23:41:33 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-13 20:22:44 +0200
commitdbb5577ff761cfd25f154fc54c2dc7e111a31c77 (patch)
treecf9e1184ebe36a63f6906628ca879a6436f68e5d /src/lib/cpu_player_video_preparer.cc
parentda93921d843b8eb9c3d0d77a7a7d629beb5d1f86 (diff)
Magic value DecodePasses=22 makes worst case decode times much less, can play BT@ER with ~3 dropped frames.
Diffstat (limited to 'src/lib/cpu_player_video_preparer.cc')
-rw-r--r--src/lib/cpu_player_video_preparer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cpu_player_video_preparer.cc b/src/lib/cpu_player_video_preparer.cc
index 0891189b3..adddfd866 100644
--- a/src/lib/cpu_player_video_preparer.cc
+++ b/src/lib/cpu_player_video_preparer.cc
@@ -43,7 +43,7 @@ try
LOG_TIMING("start-prepare in %1", thread_id());
video->prepare (_pixel_format, _aligned, _fast);
LOG_TIMING("finish-prepare in %1", thread_id());
- timestamped_printf("cpu finishes %d\n", video->time.frames_round(24));
+ //timestamped_printf("cpu finishes %d\n", video->time.frames_round(24));
}
}
catch (...)