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

Michael Karcher ffmpeg
Wed Jun 2 00:39:54 CEST 2010


Am Dienstag, den 01.06.2010, 21:32 +0200 schrieb Michael Niedermayer:
> > +OBJS-$(CONFIG_ATRAC1_DECODER)          += atrac1.o
This line is nonsense. My tree was dirty.

> it would be nicer if existing code wuld be changed and the ea3/id3 string
> or int be passed to it

So like in the new attached patch?
I decided to use a two-member struct because that allows pass-by-value,
without having to think about endianness (which I would have to do if I
pass as an int).

Regards,
  Michael Karcher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: oma_id.diff
Type: text/x-patch
Size: 9313 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100602/2fc408ec/attachment.bin>



More information about the ffmpeg-devel mailing list