[Bash-completion-commits] [SCM] bash-completion branch, master, updated. bb8ba402357cb029235c12a5253b7d33e5872001

Ville Skyttä ville.skytta at iki.fi
Sun Jul 11 09:17:17 UTC 2010


The following commit has been merged in the master branch:
commit b925bff04c008a2b0469c53b3b206059239f7c18
Author: Anton Khirnov <wyskas at gmail.com>
Date:   Wed Jul 7 18:44:35 2010 +0200

    mplayer: update lavdopts suboptions
    
    also sort them in alphabetical order

diff --git a/contrib/mplayer b/contrib/mplayer
index e74db5e..5f5dd64 100644
--- a/contrib/mplayer
+++ b/contrib/mplayer
@@ -115,7 +115,7 @@ _mplayer()
             return 0
             ;;
         -lavdopts)
-            COMPREPLY=( $( compgen -W 'ec er= bug= idct= gray' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'bitexact bug= debug= ec= er= fast gray idct= lowres= sb= st= skiploopfilter= skipidct= skipframe= threads= vismv= vstats' -- "$cur" ) )
             return 0
             ;;
         -lavcopts)

-- 
bash-completion



More information about the Bash-completion-commits mailing list