Home
last modified time | relevance | path

Searched refs:ID3v1_GENRE_MAX (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Did3v1.h29 #define ID3v1_GENRE_MAX 191 macro
34 extern const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1];
Did3v1.c27 const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
274 if (genre <= ID3v1_GENRE_MAX) in parse_tag()
Dmp3enc.c82 for(i = 0; i <= ID3v1_GENRE_MAX; i++) { in id3v1_create_tag()
Did3v2.c339 genre <= ID3v1_GENRE_MAX) { in read_ttag()
Dmov.c133 if (genre < 1 || genre > ID3v1_GENRE_MAX) in mov_metadata_gnre()