summaryrefslogtreecommitdiffstats
path: root/TOOLS/encode2mpeglight
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/encode2mpeglight')
-rwxr-xr-xTOOLS/encode2mpeglight3
1 files changed, 1 insertions, 2 deletions
diff --git a/TOOLS/encode2mpeglight b/TOOLS/encode2mpeglight
index 60ad090bdf..221433021b 100755
--- a/TOOLS/encode2mpeglight
+++ b/TOOLS/encode2mpeglight
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Version: 0.6.2
+# Version: 0.6.3
#
# Licence: GPL
#
@@ -279,7 +279,6 @@ CMD=( "$@" )
MOPT=( $(mlistopt | grep -v -e : -e '*')
$(mlistopt | sed -n '/:/s/:.*/"/p' | uniq)
$(mplayer -vfhelp 2>&1 | awk '/vf-/{printf("\"%s\"\n",$1)}')
- $(mplayer -vophelp 2>&1 | awk '/vop-/{printf("\"%s\"\n",$1)}')
$(mplayer -zrhelp 2>/dev/null | awk '$1~/^-zr/{printf("\"%s\"\n",substr($1,2))}') )
###############################################################################