From 1b268747104236f989e25f45ec8cc7fbc0c228e0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 12 Jan 2014 21:41:09 +0100 Subject: 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. --- player/playloop.c | 4 ++-- 1 file 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"; -- cgit v1.2.3