[libav-devel] [PATCH] segment: support hls style playlist

2012-10-06 Thread Luca Barbato
--- libavformat/segment.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/libavformat/segment.c b/libavformat/segment.c index 8ac04e2..07bb675 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -37,6 +37,7 @@ typedef struct { AVFormatContext

Re: [libav-devel] [PATCH] segment: support hls style playlist

2012-10-06 Thread Martin Storsjö
On Sat, 6 Oct 2012, Luca Barbato wrote: --- libavformat/segment.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/libavformat/segment.c b/libavformat/segment.c index 8ac04e2..07bb675 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -37,6 +37,7 @@

Re: [libav-devel] [PATCH] segment: support hls style playlist

2012-10-06 Thread Luca Barbato
On 10/06/2012 01:23 PM, Martin Storsjö wrote: This doesn't look right. The #EXT-X-MEDIA-SEQUENCE tag indicates the index in the sequence for the first entry in the list. So as long as you just add more entries to the end of the list, this value should stay unchanged - you should increment it