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

Michael Niedermayer michaelni
Wed Jun 2 03:04:10 CEST 2010


On Wed, Jun 02, 2010 at 12:39:54AM +0200, Michael Karcher wrote:
> 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).

does thinking about that hurt? ;)
we have AV_RL/B16 macros that shoul make this quite easy

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Old school: Use the lowest level language in which you can solve the problem
            conveniently.
New school: Use the highest level language in which the latest supercomputer
            can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100602/bdb2f540/attachment.pgp>



More information about the ffmpeg-devel mailing list