comparison mplayer.c @ 6954:8e991cd2e727

10l bug, noticed by Alexander Neundorf <neundorf@dellingsoft.de>
author arpi
date Fri, 09 Aug 2002 17:47:54 +0000
parents 335d827e8201
children 6fc2e5d5f323
comparison
equal deleted inserted replaced
6953:ce67cc1f0beb 6954:8e991cd2e727
1466 while(!eof){ 1466 while(!eof){
1467 float aq_sleep_time=0; 1467 float aq_sleep_time=0;
1468 1468
1469 if(play_n_frames>=0){ 1469 if(play_n_frames>=0){
1470 --play_n_frames; 1470 --play_n_frames;
1471 if(play_n_frames<=0) eof = PT_NEXT_ENTRY; 1471 if(play_n_frames<0) eof = PT_NEXT_ENTRY;
1472 } 1472 }
1473 1473
1474 /*========================== PLAY AUDIO ============================*/ 1474 /*========================== PLAY AUDIO ============================*/
1475 1475
1476 while(sh_audio){ 1476 while(sh_audio){