[FFmpeg-cvslog] r21473 - in trunk: libavcodec/mjpegdec.c libavcodec/opt.c libavcodec/options.c libavformat/id3v1.c

Stefano Sabatini stefano.sabatini-lala
Wed Jan 27 09:23:42 CET 2010


On date Wednesday 2010-01-27 03:46:30 +0100, Michael Niedermayer wrote:
> On Tue, Jan 26, 2010 at 11:00:15PM -0200, Ramiro Polla wrote:
> > On Tue, Jan 26, 2010 at 10:31 PM, stefano <subversion at mplayerhq.hu> wrote:
> > > Author: stefano
> > > Date: Wed Jan 27 01:31:52 2010
> > > New Revision: 21473
> > >
> > > Log:
> > > Fix misc typos, patch by
> > > Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==).
> > >
> > > Modified:
> > > ? trunk/libavcodec/mjpegdec.c
> > > ? trunk/libavcodec/opt.c
> > > ? trunk/libavcodec/options.c
> > > ? trunk/libavformat/id3v1.c
> > [...]
> > > Modified: trunk/libavformat/id3v1.c
> > > ==============================================================================
> > > --- trunk/libavformat/id3v1.c ? Wed Jan 27 01:26:41 2010 ? ? ? ?(r21472)
> > > +++ trunk/libavformat/id3v1.c ? Wed Jan 27 01:31:52 2010 ? ? ? ?(r21473)
> > > @@ -91,7 +91,7 @@ const char * const ff_id3v1_genre_str[ID
> > > ? ? ?[64] = "Native American",
> > > ? ? ?[65] = "Cabaret",
> > > ? ? ?[66] = "New Wave",
> > > - ? ? [67] = "Psychadelic",
> > > + ? ? [67] = "Psychedelic",
> > > ? ? ?[68] = "Rave",
> > > ? ? ?[69] = "Showtunes",
> > > ? ? ?[70] = "Trailer",
> > 
> > http://www.id3.org/id3v2-00 says it's "Psychadelic"
> 
> if the official spec says so then this should be reverted

Reported to the spec authors, feel free to revert it, otherwise I
myself will do that but before I want to see how they'll deal with it.

Regards.



More information about the ffmpeg-cvslog mailing list