[MPlayer-users] [Bug] image blinking 2

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat May 26 21:10:23 CEST 2012


On Thu, May 24, 2012 at 10:31:36AM +0000, Zongyao Qu wrote:
> > 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.

No that doesn't make sense. The thing was that the blinking was only
in the top part of chroma. The reason for that was that the allocated
buffer was too small to fit all the data the decoder required, so it
ended up writing "random" luma data into the chroma area.
This is fixed now. Please continue to report any issues!
I hope to be able to leave this feature in for the release I intend
to do soon for real.


More information about the MPlayer-users mailing list