summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Morr <sebastian@morr.cc>2014-03-30 09:08:52 +0200
committerwm4 <wm4@nowhere>2014-03-30 17:55:07 +0200
commitbb40daf367e871fd8dd594c99874f52d3d5b4386 (patch)
tree98d8759ccd606b279baa4368b0ab1e486a57acfe
parentcc1f92644113b598137d1654c216ad49127ba92b (diff)
downloadmpv-bb40daf367e871fd8dd594c99874f52d3d5b4386.tar.bz2
mpv-bb40daf367e871fd8dd594c99874f52d3d5b4386.tar.xz
player: add missing "-" to options in workaround notice on A/V desynchronization
While it technically works, using GNU-style options seems cleaner nowadays. Signed-off-by: wm4 <wm4@nowhere>
-rw-r--r--player/playloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index cf7a7eea48..0eaac2ff8d 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -66,7 +66,7 @@ static const char av_desync_help_text[] =
" Experiment with different values for --autosync, 30 is a good start.\n"
" If you have PulseAudio, try --ao=alsa .\n"
"- Slow video output.\n"
-" Try a different -vo driver (-vo help for a list) or try -framedrop!\n"
+" Try a different --vo driver (--vo=help for a list) or try --framedrop!\n"
"- Playing a video file with --vo=opengl with higher FPS than the monitor.\n"
" This is due to vsync limiting the framerate.\n"
"- Playing from a slow network source.\n"