From bb40daf367e871fd8dd594c99874f52d3d5b4386 Mon Sep 17 00:00:00 2001 From: Sebastian Morr Date: Sun, 30 Mar 2014 09:08:52 +0200 Subject: 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 --- player/playloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3