Home
last modified time | relevance | path

Searched refs:audio_flags (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dipmovie.c288 int audio_flags; in process_ipmovie_chunk() local
408 audio_flags = AV_RL16(&scratch[2]); in process_ipmovie_chunk()
410 s->audio_channels = (audio_flags & 1) + 1; in process_ipmovie_chunk()
412 s->audio_bits = (((audio_flags >> 1) & 1) + 1) * 8; in process_ipmovie_chunk()
414 if ((opcode_version == 1) && (audio_flags & 0x4)) in process_ipmovie_chunk()