#include "avformat.h"Go to the source code of this file.
Defines | |
| #define | ID3v1_TAG_SIZE 128 |
| #define | ID3v1_GENRE_MAX 147 |
Functions | |
| void | ff_id3v1_read (AVFormatContext *s) |
| Read an ID3v1 tag. | |
Variables | |
| const char *const | ff_id3v1_genre_str [ID3v1_GENRE_MAX+1] |
| ID3v1 genres. | |
| #define ID3v1_GENRE_MAX 147 |
| #define ID3v1_TAG_SIZE 128 |
| void ff_id3v1_read | ( | AVFormatContext * | s | ) |
Read an ID3v1 tag.
Definition at line 224 of file id3v1.c.
Referenced by tta_read_header(), and wv_read_header().
| const char* const ff_id3v1_genre_str[ID3v1_GENRE_MAX+1] |
1.5.8