[FFmpeg-cvslog] r21478 - trunk/libavformat/id3v1.c

michael subversion
Wed Jan 27 14:03:53 CET 2010


Author: michael
Date: Wed Jan 27 14:03:53 2010
New Revision: 21478

Log:
Revert 	Revision: 21473
	Log:
	Fix misc typos, patch by
	Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==).
This violates the spec.

Modified:
   trunk/libavformat/id3v1.c

Modified: trunk/libavformat/id3v1.c
==============================================================================
--- trunk/libavformat/id3v1.c	Wed Jan 27 13:58:26 2010	(r21477)
+++ trunk/libavformat/id3v1.c	Wed Jan 27 14:03:53 2010	(r21478)
@@ -91,7 +91,7 @@ const char * const ff_id3v1_genre_str[ID
      [64] = "Native American",
      [65] = "Cabaret",
      [66] = "New Wave",
-     [67] = "Psychedelic",
+     [67] = "Psychadelic",
      [68] = "Rave",
      [69] = "Showtunes",
      [70] = "Trailer",



More information about the ffmpeg-cvslog mailing list