[vlc-commits] commit: Enabled back yadif deinterlacer mode in the vout. (Laurent Aimar )
git at videolan.org
git at videolan.org
Sun Jul 11 19:57:21 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jul 11 19:05:50 2010 +0200| [b874bf2523bad8c70fd54c348e2aea12c57a2314] | committer: Laurent Aimar
Enabled back yadif deinterlacer mode in the vout.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b874bf2523bad8c70fd54c348e2aea12c57a2314
---
src/video_output/interlacing.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/interlacing.c b/src/video_output/interlacing.c
index 0bdded9..78280d2 100644
--- a/src/video_output/interlacing.c
+++ b/src/video_output/interlacing.c
@@ -46,7 +46,7 @@ static const char *deinterlace_modes[] = {
//"bob",
//"linear",
"x",
- //"yadif",
+ "yadif",
//"yadif2x",
NULL
};
More information about the vlc-commits
mailing list