diff options
author | wm4 <wm4@nowhere> | 2013-04-12 14:36:26 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-04-12 14:36:26 +0200 |
commit | a5916f5d1df7ad9c3e9d2644f930a3e62c4c0d3c (patch) | |
tree | 72d54dc5e9825e57c596ef6afbf31242dddb0ae5 /core/mplayer.c | |
parent | 90e57fc266434a94966c95d8b79da82a5d088c66 (diff) | |
download | mpv-a5916f5d1df7ad9c3e9d2644f930a3e62c4c0d3c.tar.bz2 mpv-a5916f5d1df7ad9c3e9d2644f930a3e62c4c0d3c.tar.xz |
core: remove dead --vsync leftovers
Diffstat (limited to 'core/mplayer.c')
-rw-r--r-- | core/mplayer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/mplayer.c b/core/mplayer.c index 7bb871fcb5..78c3cae3c5 100644 --- a/core/mplayer.c +++ b/core/mplayer.c @@ -175,8 +175,7 @@ static const char av_desync_help_text[] = _( "- Slow video output.\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. Try --no-vsync, or a\n" -" different VO.\n" +" This is due to vsync limiting the framerate.\n" "- Playing from a slow network source.\n" " Download the file instead.\n" "- Try to find out whether audio or video is causing this by experimenting\n" |