summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2013-10-20 21:47:18 -0400
committerwm4 <wm4@nowhere>2013-11-02 19:03:21 +0100
commit4c88ac3434bd0b5c05510fd394ee11d9dc27f2fa (patch)
tree4deed40ac6aff945213abd2520ca9a989fa1ce29
parent4cd36b999faccd28a0b8cebd7fab7b8c07b07c8b (diff)
downloadmpv-4c88ac3434bd0b5c05510fd394ee11d9dc27f2fa.tar.bz2
mpv-4c88ac3434bd0b5c05510fd394ee11d9dc27f2fa.tar.xz
mpvcore: add a note about desync on track switches
-rw-r--r--mpvcore/mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index ba1edda943..0049b57378 100644
--- a/mpvcore/mplayer.c
+++ b/mpvcore/mplayer.c
@@ -185,6 +185,7 @@ static const char av_desync_help_text[] = _(
" 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"
+"- 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");