1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Secondly, fixed bug where -loop after file would play one too many times.

I've just added a couple of if's in mplayer.c before
it starts play (to make sure its after all the config stuff).
patch by Alex Sisson <alex_sisson@yahoo.co.uk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9106 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-26 16:11:08 +00:00
parent 9e46271417
commit 0cba7d110b

View File

@ -1715,6 +1715,9 @@ if(force_fps && sh_video){
//==================== START PLAYING =======================
if(loop_times>1) loop_times--; else
if(loop_times==1) loop_times = -1;
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_StartPlaying);fflush(stdout);
InitTimer();