Mercurial > mplayer.hg
changeset 6954:8e991cd2e727
10l bug, noticed by Alexander Neundorf <neundorf@dellingsoft.de>
author | arpi |
---|---|
date | Fri, 09 Aug 2002 17:47:54 +0000 |
parents | ce67cc1f0beb |
children | 03520738aaf4 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Aug 09 17:43:49 2002 +0000 +++ b/mplayer.c Fri Aug 09 17:47:54 2002 +0000 @@ -1468,7 +1468,7 @@ if(play_n_frames>=0){ --play_n_frames; - if(play_n_frames<=0) eof = PT_NEXT_ENTRY; + if(play_n_frames<0) eof = PT_NEXT_ENTRY; } /*========================== PLAY AUDIO ============================*/