Go to the documentation of this file.
22 #ifndef AVFORMAT_ID3V2_H
23 #define AVFORMAT_ID3V2_H
29 #define ID3v2_HEADER_SIZE 10
34 #define ID3v2_DEFAULT_MAGIC "ID3"
36 #define ID3v2_FLAG_DATALEN 0x0001
37 #define ID3v2_FLAG_UNSYNCH 0x0002
38 #define ID3v2_FLAG_ENCRYPTION 0x0004
39 #define ID3v2_FLAG_COMPRESSION 0x0008