From: Dobrica Pavlinusic Date: Fri, 23 Oct 2009 18:35:50 +0000 (+0200) Subject: refresh slides evey 0.2 s X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=fe330a33e54266aa3aecce0a44ef2b00d0494451;p=HTML5TV.git refresh slides evey 0.2 s --- diff --git a/bin/mplayer.pl b/bin/mplayer.pl index 818532f..7e98ff2 100755 --- a/bin/mplayer.pl +++ b/bin/mplayer.pl @@ -696,7 +696,7 @@ my $line; while ( 1 ) { my $dt = time - $t; - if ( abs($dt) > 0.7 ) { + if ( abs($dt) > 0.2 ) { warn "dt $dt\n"; $slides->show( $pos ); $t = time;