Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
155cdc1d
Commit
155cdc1d
authored
Jan 04, 2013
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a comment about an intentional misspelling to the id3v1 tags.
parent
22844487
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
id3v1.c
libavformat/id3v1.c
+2
-1
No files found.
libavformat/id3v1.c
View file @
155cdc1d
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include "libavcodec/avcodec.h"
#include "libavcodec/avcodec.h"
#include "libavutil/dict.h"
#include "libavutil/dict.h"
/* See Genre List at http://id3.org/id3v2.3.0 */
const
char
*
const
ff_id3v1_genre_str
[
ID3v1_GENRE_MAX
+
1
]
=
{
const
char
*
const
ff_id3v1_genre_str
[
ID3v1_GENRE_MAX
+
1
]
=
{
[
0
]
=
"Blues"
,
[
0
]
=
"Blues"
,
[
1
]
=
"Classic Rock"
,
[
1
]
=
"Classic Rock"
,
...
@@ -91,7 +92,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
...
@@ -91,7 +92,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
[
64
]
=
"Native American"
,
[
64
]
=
"Native American"
,
[
65
]
=
"Cabaret"
,
[
65
]
=
"Cabaret"
,
[
66
]
=
"New Wave"
,
[
66
]
=
"New Wave"
,
[
67
]
=
"Psychadelic"
,
[
67
]
=
"Psychadelic"
,
/* sic, the misspelling is used in the specification */
[
68
]
=
"Rave"
,
[
68
]
=
"Rave"
,
[
69
]
=
"Showtunes"
,
[
69
]
=
"Showtunes"
,
[
70
]
=
"Trailer"
,
[
70
]
=
"Trailer"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment