[MPlayer-dev-eng] Re: [MPlayer-users] ssa reader for mplayer using vf_overlay

Rich Felker dalias at aerifal.cx
Sat Oct 1 23:37:58 CEST 2005


On Sat, Oct 01, 2005 at 10:08:05AM -0400, Jason Tackaberry wrote:
> On Sat, 2005-10-01 at 03:35 -0400, Robert Henney wrote:
> > 	UPDATE: did some further testing before sending this mail and
> > 	came up with a pattern.  if the y value passed with the
> > 	invalidate command is ODD, then this strange color shift
> > 	always happens, but never when it's EVEN.
> 
> Ah, yes, this does make sense. :)  I'll add some code to vf_overlay
> which internally aligns the coordinates given to multiples of 2.  I can
> reproduce the problem here.
> 
> >     // 'mem' is pointer to overlay memory
> [...]
> > 	pW = (unsigned long*)mem + 4 + imagex + (y+imagey) * screenwidth;
> 
> The BGRA buffer is offset 16 bytes from the shmem address, so it looks
> like you should be adding 16, rather than 4.

Notice the cast to unsigned long. However, it probably should be a
cast to uint32_t...

Rich




More information about the MPlayer-dev-eng mailing list