From f96dd88b41d5786afd181b833d62d1b1bcfcee10 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 9 Jan 2013 01:41:02 +0100 Subject: mplayer: make --loop loop the playlist instead of each playlist entry This is simpler and more useful. We could add a new switch for the old functionality, but that would probably be more confusing than helpful. When passing only a single file to the command line, this commit shouldn't change behavior. (Classic mplayer provided both features by duplicating the loop functionality in the "playtree".) --- DOCS/man/en/options.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 9ff664a565..271978786d 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1089,7 +1089,8 @@ --loop= Loops playback times. ``inf`` means forever and ``no`` disables - looping. + looping. If several files are specified on command line, the whole playlist + is looped. --mc= Maximum A-V sync correction per frame (in seconds) -- cgit v1.2.3