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
This commit is contained in:
yjogol
2010-09-05 10:05:57 +00:00
parent ae883f49a2
commit 7f3cd7aaaf

View File

@@ -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);
}