Lines Matching defs:vst
54 AVStream *vst, *ast;
57 vst = avformat_new_stream(s, NULL);
59 if (!vst || !ast)
64 vst->codecpar->codec_type = AVMEDIA_TYPE_VIDEO;
65 vst->codecpar->codec_tag = 0;
66 vst->codecpar->format = AV_PIX_FMT_PAL8;
67 vst->codecpar->codec_id = AV_CODEC_ID_SIMBIOSIS_IMX;
68 vst->start_time = 0;
69 vst->duration =
70 vst->nb_frames = avio_rl32(pb);
74 avpriv_set_pts_info(vst, 64, 1, rate);