[vlc-commits] httplive: cosmetic
Ilkka Ollakka
git at videolan.org
Mon Aug 26 15:43:07 CEST 2013
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Aug 26 16:07:33 2013 +0300| [7258c8319a5ea55039c8037e4c0e3aa994c14c66] | committer: Ilkka Ollakka
httplive: cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7258c8319a5ea55039c8037e4c0e3aa994c14c66
---
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 6577a81..5f3a204 100644
--- a/modules/stream_filter/httplive.c
+++ b/modules/stream_filter/httplive.c
@@ -1494,9 +1494,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