]> git.sesse.net Git - vlc/commitdiff
Enabled back yadif deinterlacer mode in the vout.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 11 Jul 2010 17:05:50 +0000 (19:05 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 11 Jul 2010 17:56:22 +0000 (19:56 +0200)
src/video_output/interlacing.c

index 0bdded929566a1bdd8674cd4fa369a550bd836d2..78280d204c68ac682cf6a624f797fcb00b38623f 100644 (file)
@@ -46,7 +46,7 @@ static const char *deinterlace_modes[] = {
     //"bob",
     //"linear",
     "x",
-    //"yadif",
+    "yadif",
     //"yadif2x",
     NULL
 };