1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-27 02:40:53 +00:00

player/video: mention --profile=fast and --hwdec in AV desync message

This commit is contained in:
Kacper Michajłow 2023-10-07 20:30:52 +02:00 committed by Niklas Haas
parent ef11d31c3a
commit bc81b3d19e

View File

@ -59,6 +59,7 @@ static const char av_desync_help_text[] =
"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"
"Consider trying `--profile=fast` and/or `--hwdec=auto-safe` as they may help.\n"
"\n";
static bool recreate_video_filters(struct MPContext *mpctx)