33 {
AV_CODEC_ID_AC3, { 0x2C, 0x80, 0x6D, 0xE0, 0x46, 0xDB, 0xCF, 0x11, 0xB4, 0xD1, 0x00, 0x80, 0x5F, 0x6C, 0xBB, 0xEA } },
34 {
AV_CODEC_ID_ATRAC3P, { 0xBF, 0xAA, 0x23, 0xE9, 0x58, 0xCB, 0x71, 0x44, 0xA1, 0x19, 0xFF, 0xFA, 0x01, 0xE4, 0xCE, 0x62 } },
35 {
AV_CODEC_ID_EAC3, { 0xAF, 0x87, 0xFB, 0xA7, 0x02, 0x2D, 0xFB, 0x42, 0xA4, 0xD4, 0x05, 0xCD, 0x93, 0x84, 0x3B, 0xDD } },
36 {
AV_CODEC_ID_MP2, { 0x2B, 0x80, 0x6D, 0xE0, 0x46, 0xDB, 0xCF, 0x11, 0xB4, 0xD1, 0x00, 0x80, 0x5F, 0x6C, 0xBB, 0xEA } },
43 if (
avio_read(s, *g,
sizeof(*g)) < (
int)
sizeof(*g))
44 memset(*g, 0,
sizeof(*g));
74 if (!memcmp(subformat + 4,
112 cbSize =
FFMIN(size, cbSize);
113 if (cbSize >= 22 &&
id == 0xfffe) {
201 if (chunk_code || chunk_size) {
207 if (chunk_size > end ||
208 end - chunk_size < cur ||
209 chunk_size == UINT_MAX) {
213 if (chunk_size > end || end - chunk_size < cur || chunk_size == UINT_MAX) {
219 chunk_size += (chunk_size & 1);
234 "out of memory, unable to read INFO tag\n");
240 if (
avio_read(pb, value, chunk_size) != chunk_size) {
242 "premature end of file while reading INFO tag\n");