[FFmpeg-devel] [PATCH 2/2] Add ID support for .oma/.aa3

Michael Karcher ffmpeg
Sun Jun 13 11:41:04 CEST 2010


Am Sonntag, den 13.06.2010, 06:01 -0300 schrieb Ramiro Polla:
> > -    ret = get_buffer(s->pb, buf, 10);
> > -    if (ret != 10)
> > -        return -1;
> > +    ff_id3v2_read(s, ID3v2_EA3_MAGIC);
> > +    ret = get_buffer(s->pb, buf, EA3_HEADER_SIZE);
> Shouldn't a dependency on id3v2.o be added to the Makefile as well?

Of course it should. I hope I did it in the right way. Still new to the
ffmpeg build process, but it somehow looks like the kernel's one.

Regards,
  Michael Karcher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: id3v2_for_oma.diff
Type: text/x-patch
Size: 4002 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100613/4e6d2fed/attachment.bin>



More information about the ffmpeg-devel mailing list