OPUS_HEAD_SIZE 69 libavcodec/libopusdec.c if (avc->extradata_size >= OPUS_HEAD_SIZE) { OPUS_HEAD_SIZE 74 libavcodec/libopusdec.c if (avc->extradata_size >= OPUS_HEAD_SIZE + 2 + avc->channels) { OPUS_HEAD_SIZE 75 libavcodec/libopusdec.c nb_streams = avc->extradata[OPUS_HEAD_SIZE + 0]; OPUS_HEAD_SIZE 76 libavcodec/libopusdec.c nb_coupled = avc->extradata[OPUS_HEAD_SIZE + 1]; OPUS_HEAD_SIZE 79 libavcodec/libopusdec.c mapping = avc->extradata + OPUS_HEAD_SIZE + 2; OPUS_HEAD_SIZE 54 libavformat/oggparseopus.c if (os->psize < OPUS_HEAD_SIZE || (AV_RL8(packet + 8) & 0xF0) != 0)