Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dlxfdec.c237 uint32_t video_params, disk_params; in lxf_read_header() local
259 disk_params = AV_RL32(&header_data[116]); in lxf_read_header()
278 if ((lxf->channels = 1 << (disk_params >> 4 & 3) + 1)) { in lxf_read_header()