]> git.sesse.net Git - vlc/blobdiff - src/video_output/interlacing.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / video_output / interlacing.c
index 0bdded929566a1bdd8674cd4fa369a550bd836d2..f3e6609935072cc63385891e8d80c9cfc774bc7e 100644 (file)
@@ -43,11 +43,11 @@ static const char *deinterlace_modes[] = {
     //"discard",
     "blend",
     //"mean",
-    //"bob",
-    //"linear",
+    "bob",
+    "linear",
     "x",
-    //"yadif",
-    //"yadif2x",
+    "yadif",
+    "yadif2x",
     NULL
 };
 static bool DeinterlaceIsModeValid(const char *mode)