comparison mplayer.c @ 1449:302ba4bf5095

ehh. 10l again...
author arpi
date Mon, 06 Aug 2001 00:33:30 +0000
parents e795527de16a
children 8c57a5a3c645
comparison
equal deleted inserted replaced
1448:e795527de16a 1449:302ba4bf5095
1145 if(verbose){ 1145 if(verbose){
1146 // printf("v: audio_delay=%5.3f buffer_delay=%5.3f a_pts=%5.3f sh_audio->timer=%5.3f\n", 1146 // printf("v: audio_delay=%5.3f buffer_delay=%5.3f a_pts=%5.3f sh_audio->timer=%5.3f\n",
1147 // audio_delay,audio_buffer_delay,a_pts,sh_audio->timer); 1147 // audio_delay,audio_buffer_delay,a_pts,sh_audio->timer);
1148 printf("START: a_pts=%5.3f v_pts=%5.3f \n",d_audio->pts,d_video->pts); 1148 printf("START: a_pts=%5.3f v_pts=%5.3f \n",d_audio->pts,d_video->pts);
1149 } 1149 }
1150 // delay_corrected=0; // has to correct PTS diffs 1150 delay_corrected=0; // has to correct PTS diffs
1151 d_video->pts=0;d_audio->pts=0; // PTS is outdated now! 1151 d_video->pts=0;d_audio->pts=0; // PTS is outdated now!
1152 } else { 1152 } else {
1153 pts_from_bps=0; // it must be 0 for mpeg/asf ! 1153 pts_from_bps=0; // it must be 0 for mpeg/asf !
1154 } 1154 }
1155 if(force_fps){ 1155 if(force_fps){