Searched refs:qcr (Results 1 – 1 of 1) sorted by relevance
2244 int qcr = avformat_query_codec(oc->oformat, oc->oformat->video_codec, 0); in open_output_file() local2253 … 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()