diff options
Diffstat (limited to 'player')
-rw-r--r-- | player/playloop.c | 4 |
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"; |