Mercurial > mplayer.hg
changeset 20867:21b938300bf7
-vop has been deprecated a long time ago.
author | diego |
---|---|
date | Mon, 13 Nov 2006 12:14:31 +0000 |
parents | 6129652b8ecd |
children | ee5731b442f5 |
files | TOOLS/encode2mpeglight TOOLS/mencvcd |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/encode2mpeglight Mon Nov 13 12:13:42 2006 +0000 +++ b/TOOLS/encode2mpeglight Mon Nov 13 12:14:31 2006 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# Version: 0.6.2 +# Version: 0.6.3 # # Licence: GPL # @@ -279,7 +279,6 @@ 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))}') ) ###############################################################################
--- a/TOOLS/mencvcd Mon Nov 13 12:13:42 2006 +0000 +++ b/TOOLS/mencvcd Mon Nov 13 12:14:31 2006 +0000 @@ -295,7 +295,7 @@ ratio=$2 shift 1 ;; - -sid) # mplayer option: have to set vop expand, too!!! + -sid) # mplayer option: have to set vf expand, too!!! sub="-vf pp,expand=-1:-1:-1:-1:1 -sid $2" shift 1 ;;