OPUS_HEAD_SIZE 55 libavcodec/libopusdec.c if (avc->extradata_size >= OPUS_HEAD_SIZE) { OPUS_HEAD_SIZE 60 libavcodec/libopusdec.c if (avc->extradata_size >= OPUS_HEAD_SIZE + 2 + avc->channels) { OPUS_HEAD_SIZE 61 libavcodec/libopusdec.c nb_streams = avc->extradata[OPUS_HEAD_SIZE + 0]; OPUS_HEAD_SIZE 62 libavcodec/libopusdec.c nb_coupled = avc->extradata[OPUS_HEAD_SIZE + 1]; OPUS_HEAD_SIZE 65 libavcodec/libopusdec.c mapping = avc->extradata + OPUS_HEAD_SIZE + 2; OPUS_HEAD_SIZE 53 libavformat/oggparseopus.c if (os->psize < OPUS_HEAD_SIZE || (AV_RL8(packet + 8) & 0xF0) != 0)