[FFmpeg-devel] [PATCH] Handle metadata in oma demuxer

Michael Karcher ffmpeg
Sat May 29 20:39:15 CEST 2010


Hello,

the metadata in .oma (or .aa3, which is the same format) is essentially
ID3v2, just with the "ID3" magic changed to "ea3" instead. The patch has
been tested with http://samples.mplayerhq.hu/oma/01-Untitled(1).oma with
the included metadata header and after removing it. It works fine in
both cases.

The patch is available (if it's not too trivial to be licensed) under
LGPLv2.1 or any later version.

The functions ff_id3v2_match and ff_id3v2_read have been cut-and-pasted
to cope with the different magic string.

Regards,
  Michael Karher

Changelog:
Use id3v2 parser to handle for metadata in the oma demuxer.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: handle-oma-metadata.diff
Type: text/x-patch
Size: 4479 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100529/b137ca4d/attachment.bin>



More information about the ffmpeg-devel mailing list