Lines Matching defs:header
31 * - "ea3" header carrying overall info and metadata. Except for starting with
32 * "ea" instead of "ID", it's an ID3v2 header.
33 * - "EA3" header is a Sony-specific header containing information about
37 * - Sound data organized in packets follow the EA3 header
227 static int decrypt_init(AVFormatContext *s, ID3v2ExtraMeta *em, uint8_t *header)
246 av_log(s, AV_LOG_ERROR, "No encryption header found\n");
259 av_log(s, AV_LOG_WARNING, "Unknown version in encryption header\n");
267 av_log(s, AV_LOG_ERROR, "Invalid encryption header\n");
278 memcpy(oc->iv, &header[0x58], 8);
430 av_log(s, AV_LOG_ERROR, "Couldn't find the EA3 header !\n");
567 /* EA3 header comes late, might be outside of the probe buffer */