player: adjust A/V desync message

Broken drivers are an issue rather often. Maybe this gives the user an
idea that this could be the reason. (We can't dump much more info on a
80x24 terminal.)
This commit is contained in:
wm4 2015-02-26 10:38:37 +01:00
parent 280c826379
commit a5f3083ae7
1 changed files with 3 additions and 3 deletions

View File

@ -70,11 +70,11 @@ static const char av_desync_help_text[] =
"- Slow video output.\n"
" Try a different --vo driver (--vo=help for a list). Make sure framedrop\n"
" is not disabled, or experiment with different values for --framedrop.\n"
"- Playing from a slow network source.\n"
" Download the file instead.\n"
" Make sure you have proper drivers for your GPU installed. If mpv\n"
" autoselects 'VO: [x11]', it's a sure sign your drivers are messed up.\n"
"- Playing from a slow network source. Download the file instead.\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 switched audio or video tracks, try seeking to force synchronization.\n"
"If none of this helps you, file a bug report.\n\n";
void update_fps(struct MPContext *mpctx)