[FFmpeg-cvslog] r20837 - in trunk/libavformat: id3v1.c id3v1.h

Alexander Strange astrange
Sun Dec 13 21:57:56 CET 2009


On Dec 13, 2009, at 3:51 PM, michael wrote:

> Author: michael
> Date: Sun Dec 13 21:51:38 2009
> New Revision: 20837
> 
> Log:
> More ID3v1 genres from ffmbc.
> 
> Modified:
>   trunk/libavformat/id3v1.c
>   trunk/libavformat/id3v1.h
> 
> Modified: trunk/libavformat/id3v1.c
> ==============================================================================
> --- trunk/libavformat/id3v1.c	Sun Dec 13 21:27:29 2009	(r20836)
> +++ trunk/libavformat/id3v1.c	Sun Dec 13 21:51:38 2009	(r20837)
> @@ -149,6 +149,28 @@ const char * const ff_id3v1_genre_str[ID
> ...
> +    [136] = "Christian Gangsta",
> +    [137] = "Heavy Metal",
> +    [138] = "Black Metal",
> +    [139] = "Crossover",
> +    [140] = "Contemporary C",

"Contemporary Christian"

> +    [141] = "Christian Rock",
> +    [142] = "Merengue",
> +    [143] = "Salsa",
> +    [144] = "Thrash Metal",
> +    [145] = "Anime",
> +    [146] = "JPop",
> +    [147] = "SynthPop",
> };



More information about the ffmpeg-cvslog mailing list