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

git version control git at videolan.org
Thu Oct 8 22:32:21 CEST 2009


vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Sun Oct  4 00:22:10 2009 +0200| [5c440f360b446682437300a9ae9a5158409d74de] | committer: Laurent Aimar 

Added new deinterlacing modes to vout.
(cherry picked from commit 3cb1603bad0a98deb04646b33e9a4de034bc25d0)

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

 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 9fab848..79791f1 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -1846,6 +1846,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