return out;
}
-static const char comment_header[] = {
+static const char content_description_header[] = {
0x33, 0x26, 0xb2, 0x75, 0x8E, 0x66, 0xCF, 0x11,
0xa6, 0xd9, 0x00, 0xaa, 0x00, 0x62, 0xce, 0x6c
};
const char *p, *end = buf + buf_size, *q;
uint16_t len1, len2, len3, len4;
- p = search_pattern(comment_header, sizeof(comment_header),
- buf, buf_size);
+ p = search_pattern(content_description_header,
+ sizeof(content_description_header), buf, buf_size);
if (!p || p + 34 >= end) {
- PARA_NOTICE_LOG("comment header not found\n");
+ PARA_NOTICE_LOG("content description header not found\n");
goto next;
}
p += 24;