Lines Matching defs:st2
515 AVStream *st2;
517 st2 = avformat_new_stream(s, NULL);
518 if (!st2) {
522 st2->id = st->id + (i<<16);
523 st2->codecpar->bit_rate = st->codecpar->bit_rate;
524 st2->start_time = st->start_time;
525 st2->duration = st->duration;
526 st2->codecpar->codec_type = AVMEDIA_TYPE_DATA;
527 st2->priv_data = ff_rm_alloc_rmstream();
528 if (!st2->priv_data)
531 st2 = st;
534 ret = ff_rm_read_mdpr_codecdata(s, s->pb, st2, st2->priv_data,