From 7f3cd7aaaf237e93a72e902885c0a79baa44a890 Mon Sep 17 00:00:00 2001 From: yjogol Date: Sun, 5 Sep 2010 10:05:57 +0000 Subject: [PATCH] yweb 2.8.0.6 add deinterlacer for mozilla-vlc-plugin git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@750 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/nhttpd/web/Y_Live.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nhttpd/web/Y_Live.js b/src/nhttpd/web/Y_Live.js index f1f3ad959..5d51fe2bb 100644 --- a/src/nhttpd/web/Y_Live.js +++ b/src/nhttpd/web/Y_Live.js @@ -199,6 +199,9 @@ function do_play_state(_state, _options){ V2.play(); V2.next(); set_controls("play"); + if(isDeinterlace && V2.plugin=="moz2"){ + V2.vlc.video.deinterlace.enable("bob"); + } if(Mode == "tv" && isUDP) window.setTimeout("start_udp_server()",1000); }