git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6934 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rik 2002-08-05 20:49:58 +00:00
parent ed9ba575cb
commit 1401a8f1f3
1 changed files with 2 additions and 2 deletions

View File

@ -785,9 +785,9 @@ void vo_zr_revertoption(config_t* opt,char* param) {
else if (!strcasecmp(param, "zrvdec"))
zr->vdec = 1;
else if (!strcasecmp(param, "zrxdoff"))
zr->vdec = -1;
zr->xdoff = -1;
else if (!strcasecmp(param, "zrydoff"))
zr->vdec = -1;
zr->ydoff = -1;
else if (!strcasecmp(param, "zrquality"))
zr->quality = 2;
else if (!strcasecmp(param, "zrnorm"))