0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

1l debug junk

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12337 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-04-28 04:19:47 +00:00
parent a02009a05a
commit b7e594f57d

View File

@ -46,7 +46,6 @@ static int control(struct vf_instance_s* vf, int request, void* data)
// has been called earlier in the filter chain
// since the last put_image. This is reasonable
// because we're handling a duplicate frame!
puts("hard dup!");
if (put_image(vf, vf->priv->last_mpi))
return CONTROL_TRUE;
break;