Add mplayer -audio-demuxer and -sub-demuxer completions.
This commit is contained in:
parent
66e35aa4a1
commit
729f6c4ea3
1
CHANGES
1
CHANGES
@ -24,6 +24,7 @@ bash-completion (2.x)
|
||||
filename extension arguments in addition to exact case matches.
|
||||
* Fix known hosts completion for IPv6 addresses whose last 16 bits are digits
|
||||
(Alioth: #312695, RedHat: #630658).
|
||||
* Improve mplayer and mencoder completions.
|
||||
|
||||
[ Freddy Vulto ]
|
||||
* Added _tilde(), fix ~username completion (Alioth: #312613, Debian: #587095)
|
||||
|
@ -18,7 +18,8 @@ _mplayer()
|
||||
_get_comp_words_by_ref cur prev
|
||||
|
||||
case $prev in
|
||||
-[av][cfo]|-[av]fm|-vop|-fstype|-demuxer|-o[av]c|-of|-profile)
|
||||
-[av][cfo]|-[av]fm|-vop|-fstype|-demuxer|-o[av]c|-of|-profile| \
|
||||
-audio-demuxer|-sub-demuxer)
|
||||
_mplayer_options_list $cmd $prev
|
||||
return 0
|
||||
;;
|
||||
@ -97,7 +98,7 @@ _mplayer()
|
||||
return 0
|
||||
;;
|
||||
-autoq|-autosync|-loop|-menu-root|-speed|-sstep|-aid|-alang| \
|
||||
-audo-demuxer|-sub-demuxer|-demuxer|-bandwidth|-cache|-chapter| \
|
||||
-demuxer|-bandwidth|-cache|-chapter| \
|
||||
-dvd|-dvdangle|-fps|-frames|-mc|-passwd|-user|-sb|-srate|-ss|-vcd| \
|
||||
-vi|-vid|-vivo|-ffactor|-sid|-slang|-spualign|-spuaa|-spugauss| \
|
||||
-vobsubid|-delay|-bpp|-brightness|-contrast|-dfbopts|-display| \
|
||||
|
Loading…
x
Reference in New Issue
Block a user