AV_RL8             58 libavcodec/libopusdec.c         channel_map = AV_RL8 (avc->extradata + 18);
AV_RL8           2551 libavcodec/utils.c             skip_reason = AV_RL8(side + 8);
AV_RL8           2552 libavcodec/utils.c             discard_reason = AV_RL8(side + 9);
AV_RL8             53 libavformat/oggparseopus.c         if (os->psize < OPUS_HEAD_SIZE || (AV_RL8(packet + 8) & 0xF0) != 0)
AV_RL8             57 libavformat/oggparseopus.c         st->codec->channels   = AV_RL8 (packet + 9);