[vlc-devel] commit: Added new deinterlacing modes to vout. (Laurent Aimar )

git version control git at videolan.org
Sun Oct 4 13:09:04 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Oct  4 00:22:10 2009 +0200| [3cb1603bad0a98deb04646b33e9a4de034bc25d0] | committer: Laurent Aimar 

Added new deinterlacing modes to vout.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cb1603bad0a98deb04646b33e9a4de034bc25d0
---

 src/video_output/video_output.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 7e27b5e..43818bf 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -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 }
 };
 




More information about the vlc-devel mailing list