Lines Matching defs:vst
125 AVStream *ast, *vst;
132 vst = avformat_new_stream(s, NULL);
134 if (!ast || !vst)
188 vst->codecpar->width = value_int;
190 vst->codecpar->height = value_int;
227 avpriv_set_pts_info(vst, 64, fps.num, fps.den);
231 vst->start_time = 0;
232 vst->codecpar->codec_tag = 0;
233 vst->codecpar->codec_type = AVMEDIA_TYPE_VIDEO;
236 vst->codecpar->codec_id = AV_CODEC_ID_H263;