[MPlayer-dev-eng] [PATCH] Fix osd flickering with expand

Alban Bedel albeu at free.fr
Thu Mar 16 20:34:12 CET 2006


Hi,

To test just run 'mplayer mymovie -vf expand=osd=1 -dr' osd will flicker
a bit, -double doesn't help. The pb seems to be with the slices. In
start slice expand get a TEMP buffer, the attached fix make it get what
the previous filter wanted. That seems logical to me it but i'm not sure
if it's the right fix.

BTW regarding the whole slice buisness, wouldn't it be much simpler to
ditch start_slice, handle that in get image and pass the mpi to
draw_slice() ? That would be simpler (the code in get image would need
very few modification) and we would get rid of that vf->dmpi hack.

	Albeu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vf_expand.diff
Type: application/octet-stream
Size: 749 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060316/7aa39963/attachment.obj>


More information about the MPlayer-dev-eng mailing list