[FFmpeg-devel] [PATCH] read metadata in FLAC demuxer

Rich Felker dalias
Mon Oct 1 08:34:49 CEST 2007


On Mon, Oct 01, 2007 at 12:25:56AM -0400, Justin Ruggles wrote:
> Using mkvinfo, it appears that the metadata blocks are located in 
> CodecPrivate.

I suspect this was not intentional, but rather the result of copying a
flac stream into mkv without any special treatment for the metadata.
Thus it just got copied as-is along with the real CodecPrivate data
since they're stuck together in the source file. I doubt this practice
is encouraged by the Matroska developers and I wouldn't be surprised
if they discourage demuxers from reading this data, since it's in the
wrong place.. Someone authoring a proper MKV file should put this info
in the MKV metadata tags...

Rich




More information about the ffmpeg-devel mailing list