Home
last modified time | relevance | path

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

/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_video.c207 unsigned int orig_fourcc = sh_video->bih ? sh_video->bih->biCompression : 0; in init_video() local
221 sh_video->bih->biCompression = orig_fourcc; in init_video()
H A Ddec_audio.c154 unsigned int orig_fourcc = sh_audio->wf ? sh_audio->wf->wFormatTag : 0; in init_audio() local
168 sh_audio->wf->wFormatTag = i = orig_fourcc; in init_audio()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_video.c207 unsigned int orig_fourcc = sh_video->bih ? sh_video->bih->biCompression : 0; in init_video() local
221 sh_video->bih->biCompression = orig_fourcc; in init_video()
H A Ddec_audio.c154 unsigned int orig_fourcc = sh_audio->wf ? sh_audio->wf->wFormatTag : 0; in init_audio() local
168 sh_audio->wf->wFormatTag = i = orig_fourcc; in init_audio()