Re: [FFmpeg-devel] [PATCH 2/3] lavf/matroskadec: export SegmentUID to metadata.

2015-02-27 Thread Michael Niedermayer
On Fri, Feb 27, 2015 at 04:50:29PM +0100, Nicolas George wrote: > The metadata key is "segment_uid", and is formatted as > 32 hex nibbles grouped in 32 bits words by dashes. > > Signed-off-by: Nicolas George > --- > libavformat/matroskadec.c | 25 - > 1 file changed, 24 i

[FFmpeg-devel] [PATCH 2/3] lavf/matroskadec: export SegmentUID to metadata.

2015-02-27 Thread Nicolas George
The metadata key is "segment_uid", and is formatted as 32 hex nibbles grouped in 32 bits words by dashes. Signed-off-by: Nicolas George --- libavformat/matroskadec.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/libavformat/matroskadec.c b/libavfor