From 2284448775f044057b06763746afe310ca0ccff3 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 4 Jan 2013 10:29:31 +0100 Subject: Revert "Fix id3v1 tag spelling." The misspelling is used in the specification. This reverts commit 95016fd1c8e1df5550d55eac1e3641970f7b38a0. --- libavformat/id3v1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c index 272f20b730..2d1e806920 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