summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-07 20:30:52 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-10-07 23:06:16 +0200
commitbc81b3d19eea3f353c9566683914047dc327f56c (patch)
treebf9059b9f5283ef74366e046f39df995682768c9
parentef11d31c3acfd71307a94e44ad164a4861287675 (diff)
downloadmpv-bc81b3d19eea3f353c9566683914047dc327f56c.tar.bz2
mpv-bc81b3d19eea3f353c9566683914047dc327f56c.tar.xz
player/video: mention --profile=fast and --hwdec in AV desync message
-rw-r--r--player/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/video.c b/player/video.c
index 390cc26a9c..7da9cf46fe 100644
--- a/player/video.c
+++ b/player/video.c
@@ -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)