From: Laurent Aimar Date: Sun, 11 Jul 2010 17:05:50 +0000 (+0200) Subject: Enabled back yadif deinterlacer mode in the vout. X-Git-Tag: 1.2.0-pre1~5847 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b874bf2523bad8c70fd54c348e2aea12c57a2314;p=vlc Enabled back yadif deinterlacer mode in the vout. --- diff --git a/src/video_output/interlacing.c b/src/video_output/interlacing.c index 0bdded9295..78280d204c 100644 --- a/src/video_output/interlacing.c +++ b/src/video_output/interlacing.c @@ -46,7 +46,7 @@ static const char *deinterlace_modes[] = { //"bob", //"linear", "x", - //"yadif", + "yadif", //"yadif2x", NULL };