Re: [libav-devel] [PATCH 2/2 v3] matroskaenc: write updated STREAMINFO metadata for FLAC streams if available

2016-11-10 Thread Anton Khirnov
Quoting James Almer (2016-11-09 22:38:24) > FLAC streams originating from the FLAC encoder send updated and more > complete STREAMINFO metadata as part of the last packet, so write that > to CodecPrivate instead of the incomplete one available in extradata > during init. > > Signed-off-by: James A

[libav-devel] [PATCH 2/2 v3] matroskaenc: write updated STREAMINFO metadata for FLAC streams if available

2016-11-09 Thread James Almer
FLAC streams originating from the FLAC encoder send updated and more complete STREAMINFO metadata as part of the last packet, so write that to CodecPrivate instead of the incomplete one available in extradata during init. Signed-off-by: James Almer --- libavformat/matroskaenc.c | 25