Lines Matching defs:vst
96 AVStream *ast, *vst;
101 vst = avformat_new_stream(s, 0);
102 if (!vst)
105 vst->start_time = 0;
106 vst->nb_frames =
107 vst->duration =
113 vst->codecpar->width = avio_rl32(pb);
114 vst->codecpar->height = avio_rl32(pb);
117 vst->codecpar->codec_type = AVMEDIA_TYPE_VIDEO;
118 vst->codecpar->codec_tag = 0;
119 vst->codecpar->codec_id = AV_CODEC_ID_PAF_VIDEO;
120 avpriv_set_pts_info(vst, 64, frame_ms, 1000);