[MPlayer-dev-eng] [PATCH]Allow vo vdpau to use SKIP_CHROMA_DEINT
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Mar 16 10:07:36 CET 2009
On Sun, Mar 15, 2009 at 11:14:12PM +0100, Carl Eugen Hoyos wrote:
> Attached patch allows the user to limit temporal deinterlacing for vdpau
> to luma. This speeds the deinterlacing process up by a minimal amount.
I think chroma-deint (with a default value of 1) is a better name for
the option, but I don't mind much.
> @@ -1006,6 +1014,8 @@
> }
> if (deint)
> deint_type = deint;
> + if (skip_chroma_deint)
> + skip_chroma_deint = 1;
Useless. BOOL is always 0 or 1 from the suboption parser I think and
anyway it does not matter to you which value exactly it has.
More information about the MPlayer-dev-eng
mailing list