refresh slides evey 0.2 s
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 23 Oct 2009 18:35:50 +0000 (20:35 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 23 Oct 2009 18:35:50 +0000 (20:35 +0200)
bin/mplayer.pl

index 818532f..7e98ff2 100755 (executable)
@@ -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;