Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c2244 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local
2253 … if((qcr!=MKTAG('A', 'P', 'I', 'C')) && (ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()
2257 … if((qcr==MKTAG('A', 'P', 'I', 'C')) && !(ist->st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in open_output_file()