[MPlayer-users] [Bug] image blinking 2

Zongyao Qu zongyao.qu at gmail.com
Thu May 24 12:31:36 CEST 2012


> still, switch -ass is the key point.
> 
I have done some blind debugging.
Sorry I am really not familiar with this part.

I found if I change one thing in libmpcodecs/vf_ass.c

in function, static void get_image(struct vf_instance *vf, mp_image_t *mpi)

if I change 
mpi->flags     |=  MP_IMGFLAG_DIRECT;
to
mpi->flags    &= ~MP_IMGFLAG_DIRECT;

this issue could be fixed.

But I don't think it should be made as a patch.

Just FYI.



More information about the MPlayer-users mailing list