Lines Matching refs:vstream
357 static int flv_set_video_codec(AVFormatContext *s, AVStream *vstream,
360 FFStream *const vstreami = ffstream(vstream);
362 AVCodecParameters *par = vstream->codecpar;
363 enum AVCodecID old_codec_id = vstream->codecpar->codec_id;
546 AVStream *vstream, const char *key,
589 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
609 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
642 vpar = vstream ? vstream->codecpar : NULL;
663 if (vstream)
664 vstream->avg_frame_rate = flv->framerate;
667 int ret = flv_set_video_codec(s, vstream, num_val, 0);
754 AVStream *stream, *astream, *vstream;
761 vstream = NULL;
790 vstream = stream;
801 if (amf_parse_object(s, astream, vstream, buffer, next_pos, 0) < 0)