mirror of https://github.com/mpv-player/mpv
mpvcore: add a note about desync on track switches
This commit is contained in:
parent
327cdcb611
commit
1fb1868afe
|
@ -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");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue