From 67b678bb4007a8e457a46d5f241e1c233932d8ce Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 27 Jan 2010 13:03:53 +0000 Subject: Revert Revision: 21473 Log: Fix misc typos, patch by Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==). This violates the spec. Originally committed as revision 21478 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/id3v1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/id3v1.c') diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c index 09172ae0a2..845697f13e 100644 --- a/libavformat/id3v1.c +++ b/libavformat/id3v1.c @@ -91,7 +91,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = { [64] = "Native American", [65] = "Cabaret", [66] = "New Wave", - [67] = "Psychedelic", + [67] = "Psychadelic", [68] = "Rave", [69] = "Showtunes", [70] = "Trailer", -- cgit v1.2.3