]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_output.c
Added new deinterlacing modes to vout.
[vlc] / 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 }
 };