mirror of https://github.com/mpv-player/mpv
Avoid warning:
vf_detc.c:273: warning: ‘dropflag’ may be used uninitialized in this function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25795 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e5fc538ba5
commit
d540495b6a
|
@ -273,7 +273,7 @@ static int do_put_image(struct vf_instance_s* vf, mp_image_t *dmpi)
|
|||
int dropflag;
|
||||
|
||||
switch (p->drop) {
|
||||
case 0:
|
||||
default:
|
||||
dropflag = 0;
|
||||
break;
|
||||
case 1:
|
||||
|
|
Loading…
Reference in New Issue