[FFmpeg-cvslog] r20073 - in trunk/libavformat: id3v2.c id3v2.h mp3.c

Anton Khirnov wyskas
Fri Oct 2 08:05:11 CEST 2009


On Thu, Oct 01, 2009 at 10:37:38PM -0300, Ramiro Polla wrote:
> On Tue, Sep 29, 2009 at 4:05 AM, cehoyos <subversion at mplayerhq.hu> wrote:
> > Author: cehoyos
> > Date: Tue Sep 29 09:05:03 2009
> > New Revision: 20073
> >
> > Log:
> > Add id3v2 metadata conversion table and use it in mp3 muxer.
> >
> > Patch by Anton Khirnov, wyskas gmail
> >
> > Modified:
> > ? trunk/libavformat/id3v2.c
> > ? trunk/libavformat/id3v2.h
> > ? trunk/libavformat/mp3.c
> >
> > Modified: trunk/libavformat/id3v2.c
> 
> ffmpeg -i <input> -metadata title="bla" output.mp3
> no longer outputs the title. This started happening somewhere between
> r20072 and 20091 and this seems to be the only relevant commit.
that happens because the table converts 'title' to 'TIT2', but mp3 muxer
doesn't yet know what to do with it. it'll work correctly again after
second part of the patch is applied.

Anton Khirnov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20091002/588e75eb/attachment.pgp>



More information about the ffmpeg-cvslog mailing list