summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-12 21:41:09 +0100
committerwm4 <wm4@nowhere>2014-01-12 21:41:09 +0100
commita1c22f763df0f8811176e2292162afe3751f432e (patch)
tree7d2bd449e7ba51294c73a298aec338f993312f16
parentad654f38036e53abbc902ffc5aae13fca61129e0 (diff)
downloadmpv-a1c22f763df0f8811176e2292162afe3751f432e.tar.bz2
mpv-a1c22f763df0f8811176e2292162afe3751f432e.tar.xz
player: mention subtitles in av_desync_help_text
Insane .ass subtitle scripts can cause severe slowdown (depending on the speed of the machine, or the insanity of the script), so mention how to test without subtitles. This is mainly to make the user aware that subtitle rendering can be a problem. For longwinded explanation, there isn't enough space.
-rw-r--r--player/playloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/playloop.c b/player/playloop.c
index b00401f088..c61ba419b0 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -71,8 +71,8 @@ static const char av_desync_help_text[] =
" This is due to vsync limiting the framerate.\n"
"- Playing from a slow network source.\n"
" Download the file instead.\n"
-"- Try to find out whether audio or video is causing this by experimenting\n"
-" with --no-video and --no-audio.\n"
+"- Try to find out whether audio/video/subs are causing this by experimenting\n"
+" with --no-video, --no-audio, or --no-sub.\n"
"- If you swiched audio or video tracks, try seeking to force synchronization.\n"
"If none of this helps you, file a bug report.\n\n";