summaryrefslogtreecommitdiffstats
path: root/mpvcore/mplayer.c
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2013-10-20 21:47:18 -0400
committerwm4 <wm4@nowhere>2013-10-26 12:37:42 +0200
commit1fb1868afeb121a3dcf12fd6f3fb307cfcf0ca4d (patch)
treecaf777a1a0d62d3b34e20e3a5985185cacbc6999 /mpvcore/mplayer.c
parent327cdcb61162560b06d52f7b673d8de135a2918f (diff)
downloadmpv-1fb1868afeb121a3dcf12fd6f3fb307cfcf0ca4d.tar.bz2
mpv-1fb1868afeb121a3dcf12fd6f3fb307cfcf0ca4d.tar.xz
mpvcore: add a note about desync on track switches
Diffstat (limited to 'mpvcore/mplayer.c')
-rw-r--r--mpvcore/mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index ef15b06c8b..f076faf2b0 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");