[vlc-commits] httplive: cosmetic

Ilkka Ollakka git at videolan.org
Thu Sep 12 19:51:58 CEST 2013


vlc/vlc-2.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Aug 26 16:07:33 2013 +0300| [406c16d59751fdaba238b8d9ba961a87ff02a010] | committer: Jean-Baptiste Kempf

httplive: cosmetic

(cherry picked from commit 7258c8319a5ea55039c8037e4c0e3aa994c14c66)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/stream_filter/httplive.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/stream_filter/httplive.c b/modules/stream_filter/httplive.c
index a65767d..6f186f4 100644
--- a/modules/stream_filter/httplive.c
+++ b/modules/stream_filter/httplive.c
@@ -1501,9 +1501,9 @@ static int hls_ReloadPlaylist(stream_t *s)
     // Must signal the download thread otherwise new segments will not be downloaded at all!
     if (stream_appended == true)
     {
-	vlc_mutex_lock(&p_sys->download.lock_wait);
-	vlc_cond_signal(&p_sys->download.wait);
-	vlc_mutex_unlock(&p_sys->download.lock_wait);
+        vlc_mutex_lock(&p_sys->download.lock_wait);
+        vlc_cond_signal(&p_sys->download.wait);
+        vlc_mutex_unlock(&p_sys->download.lock_wait);
     }
 
     return VLC_SUCCESS;



More information about the vlc-commits mailing list