mpvcore: add a note about desync on track switches

This commit is contained in:
Ben Boeckel 2013-10-20 21:47:18 -04:00 committed by wm4
parent 327cdcb611
commit 1fb1868afe
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ static const char av_desync_help_text[] = _(
" Download the file instead.\n" " Download the file instead.\n"
"- Try to find out whether audio or video is causing this by experimenting\n" "- Try to find out whether audio or video is causing this by experimenting\n"
" with --no-video and --no-audio.\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"); "If none of this helps you, file a bug report.\n\n");