Lines Matching defs:oformat
122 const AVOutputFormat *oformat;
853 ret = avformat_alloc_output_context2(&vs->avf, vs->oformat, NULL, NULL);
890 if (!oc->oformat->codec_tag ||
891 av_codec_get_id (oc->oformat->codec_tag, vs->streams[i]->codecpar->codec_tag) == st->codecpar->codec_id ||
892 av_codec_get_tag(oc->oformat->codec_tag, vs->streams[i]->codecpar->codec_id) <= 0) {
1804 if (oc->oformat->priv_class && oc->priv_data) {
2638 if (hls->segment_type == SEGMENT_TYPE_MPEGTS && oc->oformat->priv_class && oc->priv_data) {
2975 vs->oformat = av_guess_format("mp4", NULL, NULL);
2977 vs->oformat = av_guess_format("mpegts", NULL, NULL);
2979 if (!vs->oformat)