[vlc-devel] [PATCH 2/2] httplive: fix a comment

fyhuel at viotech.net fyhuel at viotech.net
Fri Dec 30 11:18:21 CET 2011


From: Frédéric Yhuel <fyhuel at viotech.net>

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

diff --git a/modules/stream_filter/httplive.c b/modules/stream_filter/httplive.c
index 58dc1db..e635db3 100644
--- a/modules/stream_filter/httplive.c
+++ b/modules/stream_filter/httplive.c
@@ -78,7 +78,8 @@ typedef struct hls_stream_s
     int         sequence;   /* media sequence number */
     int         duration;   /* maximum duration per segment (s) */
     uint64_t    bandwidth;  /* bandwidth usage of segments (bits per second)*/
-    uint64_t    size;       /* stream length (segment->duration * hls->bandwidth/8) */
+    uint64_t    size;       /* stream length = Sum for all segments(
+                                    segment->duration * hls->bandwidth/8 ) */
 
     vlc_array_t *segments;  /* list of segments */
     vlc_url_t   url;        /* uri to m3u8 */
-- 
1.7.5.4




More information about the vlc-devel mailing list