Jonathan Beckman: 27728: _mplayer fix

This commit is contained in:
Peter Stephenson 2010-02-21 01:00:37 +00:00
parent ed5d053514
commit 4c14f286d2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-02-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Jonathan Beckman: 27728: Completion/X/Command/_mplayer: quote
colon after -ss.
2010-02-19 Peter Stephenson <pws@csr.com>
* 27722: Src/cond.c, Test/C02cond.zts, Test/V01zmodload.ztst: Error
@ -12783,5 +12788,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4907 $
* $Revision: 1.4908 $
*****************************************************

View File

@ -77,7 +77,7 @@ _x_arguments -C -s \
'-sid[turn on DVD subtitles]:language id' \
'-speed[set playback speed rate]:playback speed rate' \
'-srate[specify frequency of audio playback]:frequency (Hz)' \
'-ss[seek to given time position]:position (hh:mm\[:ss\])' \
'-ss[seek to given time position]:position (hh:mm\[\:ss\])' \
'-sstep[specify time between displayed frames]:time (seconds)' \
-ssf:mode -stop_xscreensaver \
'-stereo:mode:((0\:stereo 1\:left\ channel 2\:right\ channel))' \