[vlc-commits] commit: Enabled back bob, linear and yadif2x mode in vout. (Laurent Aimar )
git at videolan.org
git at videolan.org
Wed Aug 11 22:10:17 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jul 25 21:09:14 2010 +0200| [2b5b0dc8189e3029fe378be0746b8c592ba057cc] | committer: Laurent Aimar
Enabled back bob, linear and yadif2x mode in vout.
They are not yet really functionnal, the vout will throw the extra frames.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b5b0dc8189e3029fe378be0746b8c592ba057cc
---
src/video_output/interlacing.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/video_output/interlacing.c b/src/video_output/interlacing.c
index 78280d2..f3e6609 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)
More information about the vlc-commits
mailing list