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 i
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 @@
---
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 *av