From aa42b6ba3503cba42a094445cd1bb47a88559d4c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 30 Jun 2015 19:06:00 +0200 Subject: player: slim down A/V desync warning I don't think most of these suggestions are overly helpful. Just get rid of them. --- player/video.c | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'player/video.c') diff --git a/player/video.c b/player/video.c index c4840f39d9..42c184a1b3 100644 --- a/player/video.c +++ b/player/video.c @@ -58,23 +58,11 @@ enum { }; static const char av_desync_help_text[] = -"\n\n" -" *************************************************\n" -" **** Audio/Video desynchronisation detected! ****\n" -" *************************************************\n\n" -"This means either the audio or the video is played too slowly.\n" -"Possible reasons, problems, workarounds:\n" -"- Your system is simply too slow for this file.\n" -" Transcode it to a lower bitrate file with e.g. mpv encoding support.\n" -"- 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" -" 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 none of this helps you, file a bug report.\n\n"; +"\n" +"Audio/Video desynchronisation detected! Possible reasons include too slow\n" +"hardware, temporary CPU spikes, broken drivers, and broken files. Audio\n" +"position will not match to the video (see A-V status field).\n" +"\n"; static bool decode_coverart(struct dec_video *d_video); -- cgit v1.2.3