EA3_HEADER_SIZE 73 libavformat/oma.c uint8_t buf[EA3_HEADER_SIZE]; EA3_HEADER_SIZE 88 libavformat/oma.c ret = get_buffer(s->pb, buf, EA3_HEADER_SIZE); EA3_HEADER_SIZE 89 libavformat/oma.c if (ret != EA3_HEADER_SIZE) EA3_HEADER_SIZE 92 libavformat/oma.c if (memcmp(buf, (const uint8_t[]){'E', 'A', '3'},3) || buf[4] != 0 || buf[5] != EA3_HEADER_SIZE) { EA3_HEADER_SIZE 161 libavformat/oma.c url_fseek(s->pb, EA3_pos + EA3_HEADER_SIZE, SEEK_SET);