[MPlayer-cvslog] CVS: main/libmpcodecs vf_expand.c,1.26,1.27
D Richard Felker III
dalias at aerifal.cx
Wed Dec 1 17:07:48 CET 2004
On Wed, Dec 01, 2004 at 10:32:50AM +0100, Jindrich Makovicka CVS wrote:
> CVS change done by Jindrich Makovicka CVS
>
> Update of /cvsroot/mplayer/main/libmpcodecs
> In directory mail:/var2/tmp/cvs-serv5691
>
> Modified Files:
> vf_expand.c
> Log Message:
> call draw_slice in top-down order (fixes crash with -vf expand=...,scale)
wow, no idea vf_scale was so broken.
but...this "fix" is horribly wrong, reverse it asap!!
if you're going to copy the black bars on ever frame, vf_expand will
be slow as hell, and you might as well remove slice support
entirely!!!
instead, fix vf_scale so it doesn't need to have the whole image drawn
in order.
rich
More information about the MPlayer-cvslog
mailing list