[Mplayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.47,1.48

D Richard Felker III dalias at aerifal.cx
Mon Nov 3 20:27:48 CET 2003


On Mon, Nov 03, 2003 at 03:02:05PM +0100, Michael Niedermayer wrote:
> Hi
> 
> On Monday 03 November 2003 14:50, Arpi wrote:
> [...]
> > > @@ -437,7 +448,7 @@
> > >  	src_filter= sws_getDefaultFilter(
> > >  		sws_lum_gblur, sws_chr_gblur,
> > >  		sws_lum_sharpen, sws_chr_sharpen,
> > > -		sws_chr_vshift, sws_chr_hshift, verbose>1);
> > > +		sws_chr_hshift, sws_chr_vshift, verbose>1);
> > >
> > >  	switch(sws_flags)
> >
> > and the hidden bugfix :)
> sadly only half fix, iam still searching the other half ...
> 
> > do you really believe you can escape from the 100l punishment? :)))
> damn, i should have added more cosmetics :)

Or some additional "optimizations" like:

- 		sws_lum_sharpen, sws_chr_sharpen,
+ 		sws_lum_sharpen, sws_chr_sharpen,

:)

Rich



More information about the MPlayer-cvslog mailing list