[MPlayer-dev-eng] Re: xvid patch
Arpi
arpi at thot.banki.hu
Sat Dec 14 18:57:44 CET 2002
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.
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-dev-eng
mailing list