mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
missing initialization of round
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13234 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
82acc8397f
commit
3d5b9d7414
@ -145,6 +145,7 @@ static int open(vf_instance_t *vf, char* args){
|
||||
vf->put_image=put_image;
|
||||
vf->priv=malloc(sizeof(struct vf_priv_s));
|
||||
vf->priv->limit=24; // should be option
|
||||
vf->priv->round = 0;
|
||||
if(args) sscanf(args, "%d:%d",
|
||||
&vf->priv->limit,
|
||||
&vf->priv->round);
|
||||
|
Loading…
Reference in New Issue
Block a user