comparison mplayer.c @ 6028:bd016664dc18

UMRs fixed - noticed by Nilmoni Deb <ndeb@ece.cmu.edu>
author arpi
date Thu, 09 May 2002 08:59:07 +0000
parents be9cd7d845c2
children 47d6a4b0f971
comparison
equal deleted inserted replaced
6027:7c26ef54ff14 6028:bd016664dc18
1359 int too_slow_frame_cnt=0; 1359 int too_slow_frame_cnt=0;
1360 int too_fast_frame_cnt=0; 1360 int too_fast_frame_cnt=0;
1361 // for auto-quality: 1361 // for auto-quality:
1362 float AV_delay=0; // average of A-V timestamp differences 1362 float AV_delay=0; // average of A-V timestamp differences
1363 double vdecode_time; 1363 double vdecode_time;
1364 unsigned int lastframeout_ts; 1364 unsigned int lastframeout_ts=0;
1365 float time_frame_corr_avg=0; 1365 float time_frame_corr_avg=0;
1366 1366
1367 float next_frame_time=0; 1367 float next_frame_time=0;
1368 int frame_time_remaining=0; // flag 1368 int frame_time_remaining=0; // flag
1369 int blit_frame=0; 1369 int blit_frame=0;
1370
1371 osd_text_buffer[0]=0;
1370 1372
1371 //================ SETUP AUDIO ========================== 1373 //================ SETUP AUDIO ==========================
1372 1374
1373 if(sh_audio){ 1375 if(sh_audio){
1374 const ao_info_t *info=audio_out->info; 1376 const ao_info_t *info=audio_out->info;