Go to the documentation of this file.
22 #ifndef AVFORMAT_ID3V2_H
23 #define AVFORMAT_ID3V2_H
30 #define ID3v2_HEADER_SIZE 10
35 #define ID3v2_DEFAULT_MAGIC "ID3"
37 #define ID3v2_FLAG_DATALEN 0x0001
38 #define ID3v2_FLAG_UNSYNCH 0x0002
39 #define ID3v2_FLAG_ENCRYPTION 0x0004
40 #define ID3v2_FLAG_COMPRESSION 0x0008
118 unsigned int max_search_size);