]> git.sesse.net Git - vlc/commitdiff
Enabled back bob, linear and yadif2x mode in vout.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 25 Jul 2010 19:09:14 +0000 (21:09 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 11 Aug 2010 20:09:57 +0000 (22:09 +0200)
They are not yet really functionnal, the vout will throw the extra frames.

src/video_output/interlacing.c

index 78280d204c68ac682cf6a624f797fcb00b38623f..f3e6609935072cc63385891e8d80c9cfc774bc7e 100644 (file)
@@ -43,11 +43,11 @@ static const char *deinterlace_modes[] = {
     //"discard",
     "blend",
     //"mean",
-    //"bob",
-    //"linear",
+    "bob",
+    "linear",
     "x",
     "yadif",
-    //"yadif2x",
+    "yadif2x",
     NULL
 };
 static bool DeinterlaceIsModeValid(const char *mode)