This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Revert "Fix id3v1 tag spelling."
The misspelling is used in the specification. This reverts commit
95016fd1c8
.
tags/n1.1
Carl Eugen Hoyos
12 years ago
parent
95016fd1c8
commit
2284448775
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/id3v1.c
+ 1
- 1
libavformat/id3v1.c
View File
@@ -91,7 +91,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
[64] = "Native American",
[65] = "Cabaret",
[66] = "New Wave",
[67] = "Psych
e
delic",
[67] = "Psych
a
delic",
[68] = "Rave",
[69] = "Showtunes",
[70] = "Trailer",
Write
Preview
Loading…
Cancel
Save