Re: [FFmpeg-devel] [PATCH] Fix writing first audio Cues in dash mode.

2014-10-09 Thread Michael Niedermayer
On Thu, Oct 09, 2014 at 09:03:29AM -0700, Vignesh Venkatasubramanian wrote: > On Thu, Oct 9, 2014 at 8:28 AM, Frank Galligan > wrote: > > In dahsmode Matroska is not writing the first Cluster for every > > audio stream in the Cues element. > > > > Signed-off-by: Frank Galligan > > --- > > libav

Re: [FFmpeg-devel] [PATCH] Fix writing first audio Cues in dash mode.

2014-10-09 Thread Vignesh Venkatasubramanian
On Thu, Oct 9, 2014 at 8:28 AM, Frank Galligan wrote: > In dahsmode Matroska is not writing the first Cluster for every > audio stream in the Cues element. > > Signed-off-by: Frank Galligan > --- > libavformat/matroskaenc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

[FFmpeg-devel] [PATCH] Fix writing first audio Cues in dash mode.

2014-10-09 Thread Frank Galligan
In dahsmode Matroska is not writing the first Cluster for every audio stream in the Cues element. Signed-off-by: Frank Galligan --- libavformat/matroskaenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 4af2d6e.