1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

Fixed bug with -frames option : don't quit, go to next file !!

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4261 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-01-19 17:22:57 +00:00
parent 739a77699a
commit 5890ac759a

View File

@ -1401,7 +1401,7 @@ while(!eof){
if(play_n_frames>=0){
--play_n_frames;
if(play_n_frames<0) exit_player(MSGTR_Exit_frames);
if(play_n_frames<0) eof = PT_NEXT_ENTRY;
}
vo_pts=sh_video->timer*90000.0;