[vlc-commits] fix vlm scheduling

Sébastien Escudier git at videolan.org
Tue Apr 5 09:45:23 CEST 2011


vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Tue Apr  5 09:43:34 2011 +0200| [cc5743456e5b28f86d2efa594317db6a33669e8e] | committer: Sébastien Escudier

fix vlm scheduling
Closes #4646

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc5743456e5b28f86d2efa594317db6a33669e8e
---

 src/input/vlm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/vlm.c b/src/input/vlm.c
index 054640d..92f0d47 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -506,7 +506,7 @@ static void* Manage( void* p_object )
                         }
                     }
                 }
-                else
+                else if( i_nextschedule == 0 || i_real_date < i_nextschedule )
                 {
                     i_nextschedule = i_real_date;
                 }



More information about the vlc-commits mailing list