]> git.sesse.net Git - vlc/commitdiff
Added new deinterlacing modes to vout.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 3 Oct 2009 22:22:10 +0000 (00:22 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 4 Oct 2009 11:08:25 +0000 (13:08 +0200)
src/video_output/video_output.c

index 7e27b5e91699a02bf7ca47716685f9d0b47727aa..43818bfbb4b9bc6b7584b93700eff6c9ba8ce0c5 100644 (file)
@@ -1794,6 +1794,8 @@ static const deinterlace_mode_t p_deinterlace_mode[] = {
     { "bob",        "Bob",      true },
     { "linear",     "Linear",   true },
     { "x",          "X",        false },
+    { "yadif",      "Yadif",    true },
+    { "yadif2x",    "Yadif (2x)", true },
     { NULL, NULL, true }
 };