Lines Matching defs:fmt
93 int ff_rtp_get_payload_type(const AVFormatContext *fmt,
97 const AVOutputFormat *ofmt = fmt ? fmt->oformat : NULL;
100 if (ofmt && ofmt->priv_class && fmt->priv_data) {
102 if (av_opt_get_int(fmt->priv_data, "payload_type", 0, &payload_type) >= 0 &&
110 if (par->codec_id == AV_CODEC_ID_H263 && (!fmt || !fmt->oformat ||
111 !fmt->oformat->priv_class || !fmt->priv_data ||
112 !av_opt_flag_is_set(fmt->priv_data, "rtpflags", "rfc2190")))