summaryrefslogtreecommitdiff
path: root/Completion/X/Command
diff options
context:
space:
mode:
authorSimon Hafner <reactormonk@gmail.com>2015-12-11 05:37:37 +0100
committerOliver Kiddle <opk@zsh.org>2015-12-11 05:37:37 +0100
commite5dddecc159e7a7e54da3292c132662e1398eeac (patch)
tree40ee475801e7b8d845dd1d4240ef98e37309f5ac /Completion/X/Command
parentf546ea64df835d35f99f3a6c2c6767caab3359a3 (diff)
downloadzsh-e5dddecc159e7a7e54da3292c132662e1398eeac.tar.gz
zsh-e5dddecc159e7a7e54da3292c132662e1398eeac.zip
37260: add opus to mplayer audio completions
Diffstat (limited to 'Completion/X/Command')
-rw-r--r--Completion/X/Command/_mplayer4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index f2f4c3d45..a913960fe 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -14,7 +14,7 @@ _x_arguments -C -s \
'-aofile:file:_files' \
'(-nosound)*-aop[specify audio output filter]:audio output filter:->audio-plugins' \
'-aspect:ratio' \
- '-audiofile:audio file:_files -g "(#i)*.(wav|mp3|ogg)(-.)"' \
+ '-audiofile:audio file:_files -g "(#i)*.(wav|mp3|ogg|opus)(-.)"' \
-autoq:quality -autosync:factor \
-bandwidth:bandwidth\ value -benchmark -bpp:depth \
'(-nocache)-cache:cache size (kb)' \
@@ -115,7 +115,7 @@ case "$state" in
_tags files urls
while _tags; do
_requested files expl 'media file' _files -g \
- "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4a|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && ret=0
+ "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4a|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|opus|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && ret=0
if _requested urls; then
while _next_label urls expl URL; do
_urls "$expl[@]" && ret=0