summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-12 21:41:09 +0100
committerwm4 <wm4@nowhere>2014-01-15 20:53:41 +0100
commit1b268747104236f989e25f45ec8cc7fbc0c228e0 (patch)
tree972aac658c317226fe4f267bad098e4e757f8fac
parent8fe636da7ae03193743f1a8dcef0c4da59eb69a6 (diff)
downloadmpv-1b268747104236f989e25f45ec8cc7fbc0c228e0.tar.bz2
mpv-1b268747104236f989e25f45ec8cc7fbc0c228e0.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 72bc539ee2..bcdbd6e991 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";