mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
I found that default isn't optimal so it's changed a bit. :)
patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7632 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
632b8e8edd
commit
3d428ef79a
@ -178,7 +178,7 @@ static int open (vf_instance_t *vf, char* args){
|
||||
vf->put_image = put_image;
|
||||
// vf->default_reqs=VFCAP_ACCEPT_STRIDE;
|
||||
vf->priv = malloc (sizeof(struct vf_priv_s));
|
||||
vf->priv->sense = 0.01;
|
||||
vf->priv->sense = 0.1;
|
||||
vf->priv->level = 0.15;
|
||||
vf->priv->pmpi = NULL;
|
||||
if (args)
|
||||
|
Loading…
Reference in New Issue
Block a user