[MPlayer-dev-eng] Re: xvid patch
D Richard Felker III
dalias at aerifal.cx
Sat Dec 14 18:51:12 CET 2002
On Sat, Dec 14, 2002 at 06:57:44PM +0100, Arpi wrote:
> Hi,
>
> > tell me if you like this=)
> >
> >
> > --- main/libmpcodecs/vd_xvid.c 2002-08-30 23:44:20.000000000 +0200
> > +++ MPlayer-0.90rc1/libmpcodecs/vd_xvid.c 2002-12-14 14:48:14.000000000 +0100
> > @@ -165,6 +165,10 @@
> >
> > dec.bitstream = data;
> > dec.length = len;
> > + dec.general |= XVID_DEC_LOWDELAY;
> > + dec.general |= XVID_DEC_DEBLOCKY;
> > + dec.general |= XVID_DEC_DEBLOCKUV;
> > +
>
> does it mean that xvid have postprocessing filter now?
>
> even if so, this should be optional, and be controllable by the
> VDCTRL_SET_PP_LEVEL control() call.
Agree! IMHO deblock filters make many movies look worse! Also it
wastes lots of cpu time!
Rich
More information about the MPlayer-dev-eng
mailing list