comparison mplayer.c @ 4260:d0b80b2a136f

Fixed bug with -frames option : don't quit, go to next file !!
author albeu
date Sat, 19 Jan 2002 17:22:57 +0000
parents 1bdb44f7cba2
children f5759bbdd7be
comparison
equal deleted inserted replaced
4259:f96a2b9b41eb 4260:d0b80b2a136f
1399 // unsigned int aq_total_time=GetTimer(); 1399 // unsigned int aq_total_time=GetTimer();
1400 float aq_sleep_time=0; 1400 float aq_sleep_time=0;
1401 1401
1402 if(play_n_frames>=0){ 1402 if(play_n_frames>=0){
1403 --play_n_frames; 1403 --play_n_frames;
1404 if(play_n_frames<0) exit_player(MSGTR_Exit_frames); 1404 if(play_n_frames<0) eof = PT_NEXT_ENTRY;
1405 } 1405 }
1406 1406
1407 vo_pts=sh_video->timer*90000.0; 1407 vo_pts=sh_video->timer*90000.0;
1408 vo_fps=sh_video->fps; 1408 vo_fps=sh_video->fps;
1409 1409