From 2b5b0dc8189e3029fe378be0746b8c592ba057cc Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Sun, 25 Jul 2010 21:09:14 +0200 Subject: [PATCH] Enabled back bob, linear and yadif2x mode in vout. They are not yet really functionnal, the vout will throw the extra frames. --- src/video_output/interlacing.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video_output/interlacing.c b/src/video_output/interlacing.c index 78280d204c..f3e6609935 100644 --- a/src/video_output/interlacing.c +++ b/src/video_output/interlacing.c @@ -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) -- 2.39.2