1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 13:17:13 +00:00

-vop has been deprecated a long time ago.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20883 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-13 12:14:31 +00:00
parent fd5ad95636
commit dfd19b3911
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Version: 0.6.2 # Version: 0.6.3
# #
# Licence: GPL # Licence: GPL
# #
@ -279,7 +279,6 @@ CMD=( "$@" )
MOPT=( $(mlistopt | grep -v -e : -e '*') MOPT=( $(mlistopt | grep -v -e : -e '*')
$(mlistopt | sed -n '/:/s/:.*/"/p' | uniq) $(mlistopt | sed -n '/:/s/:.*/"/p' | uniq)
$(mplayer -vfhelp 2>&1 | awk '/vf-/{printf("\"%s\"\n",$1)}') $(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))}') ) $(mplayer -zrhelp 2>/dev/null | awk '$1~/^-zr/{printf("\"%s\"\n",substr($1,2))}') )
############################################################################### ###############################################################################

View File

@ -295,7 +295,7 @@ while [ "$1"x != "x" ]; do
ratio=$2 ratio=$2
shift 1 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" sub="-vf pp,expand=-1:-1:-1:-1:1 -sid $2"
shift 1 shift 1
;; ;;