diff options
author | Sebastian Morr <sebastian@morr.cc> | 2014-03-30 09:08:52 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-03-30 09:17:24 +0200 |
commit | 9b5cbe4bf0b12282d19098af66cf80d05b7ca6aa (patch) | |
tree | f7385e3ba8ad20557d8e8da9a823f3e05fb7fbc5 | |
parent | a1afc15786ba098e56b148db92b2637a30cd9122 (diff) | |
download | mpv-9b5cbe4bf0b12282d19098af66cf80d05b7ca6aa.tar.bz2 mpv-9b5cbe4bf0b12282d19098af66cf80d05b7ca6aa.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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c index dd3762d36b..967963b5dc 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -67,7 +67,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" |