mirror of https://github.com/mpv-player/mpv
sane default mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15014 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3fc6511600
commit
b11c6febb5
|
@ -456,7 +456,7 @@ static int open(vf_instance_t *vf, char* args)
|
|||
vf->uninit = uninit;
|
||||
vf->default_reqs = VFCAP_ACCEPT_STRIDE;
|
||||
vf->priv = p = calloc(1, sizeof(struct vf_priv_s));
|
||||
vf->priv->mode = 0;
|
||||
vf->priv->mode = 4;
|
||||
vf->priv->parity = -1;
|
||||
if (args) sscanf(args, "%d:%d", &vf->priv->mode, &vf->priv->parity);
|
||||
qpel_li = qpel_li_C;
|
||||
|
|
Loading…
Reference in New Issue