comparison mplayer.c @ 6620:7560037301a3

100l
author arpi
date Tue, 02 Jul 2002 20:04:13 +0000
parents f554e7271587
children dfb11bf64ea6
comparison
equal deleted inserted replaced
6619:f554e7271587 6620:7560037301a3
1564 } else { 1564 } else {
1565 1565
1566 /*========================== PLAY VIDEO ============================*/ 1566 /*========================== PLAY VIDEO ============================*/
1567 1567
1568 float frame_time=next_frame_time; 1568 float frame_time=next_frame_time;
1569 float delay=audio_out->get_delay()*0.5; 1569 float delay=0; //audio_out->get_delay()*0.5;
1570 1570
1571 vo_pts=sh_video->timer*90000.0; 1571 vo_pts=sh_video->timer*90000.0;
1572 vo_fps=sh_video->fps; 1572 vo_fps=sh_video->fps;
1573 1573
1574 if(!frame_time_remaining){ 1574 if(!frame_time_remaining){