Revision 01344104
libavformat/matroska.c | ||
---|---|---|
2301 | 2301 |
av_set_pts_info(st, 64, matroska->time_scale, 1000*1000*1000); /* 64 bit pts in ns */ |
2302 | 2302 |
|
2303 | 2303 |
st->codec->codec_id = codec_id; |
2304 |
st->start_time = 0; |
|
2304 | 2305 |
|
2305 | 2306 |
if (track->default_duration) |
2306 | 2307 |
av_reduce(&st->codec->time_base.num, &st->codec->time_base.den, |
Also available in: Unified diff