summaryrefslogtreecommitdiffstats
path: root/TOOLS/mencvcd
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-13 12:14:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-13 12:14:31 +0000
commitdfd19b3911bc4b84cb36b5141675277f0f08f980 (patch)
tree60908b16670385758e714b5e19096115cea5ecdb /TOOLS/mencvcd
parentfd5ad95636846a7e939ee93a19668dfd9373832f (diff)
downloadmpv-dfd19b3911bc4b84cb36b5141675277f0f08f980.tar.bz2
mpv-dfd19b3911bc4b84cb36b5141675277f0f08f980.tar.xz
-vop has been deprecated a long time ago.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20883 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/mencvcd')
-rwxr-xr-xTOOLS/mencvcd2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/mencvcd b/TOOLS/mencvcd
index 331549c7e7..228fe33716 100755
--- a/TOOLS/mencvcd
+++ b/TOOLS/mencvcd
@@ -295,7 +295,7 @@ while [ "$1"x != "x" ]; do
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
;;