mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Make the id3v1_genre_str array const, not just the strings it points to.
Originally committed as revision 14942 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dad6afb4cb
commit
1bef65f4fe
@ -30,7 +30,7 @@
|
||||
|
||||
#define ID3v1_GENRE_MAX 125
|
||||
|
||||
static const char *id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
|
||||
static const char * const id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
|
||||
[0] = "Blues",
|
||||
[1] = "Classic Rock",
|
||||
[2] = "Country",
|
||||
|
Loading…
x
Reference in New Issue
Block a user