[Ffmpeg-cvslog] r8693 - trunk/libavformat/matroska.c
aurel
subversion
Mon Apr 9 18:27:00 CEST 2007
Author: aurel
Date: Mon Apr 9 18:27:00 2007
New Revision: 8693
Modified:
trunk/libavformat/matroska.c
Log:
properly set streams start_time
Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c (original)
+++ trunk/libavformat/matroska.c Mon Apr 9 18:27:00 2007
@@ -2301,6 +2301,7 @@ matroska_read_header (AVFormatContext
av_set_pts_info(st, 64, matroska->time_scale, 1000*1000*1000); /* 64 bit pts in ns */
st->codec->codec_id = codec_id;
+ st->start_time = 0;
if (track->default_duration)
av_reduce(&st->codec->time_base.num, &st->codec->time_base.den,
More information about the ffmpeg-cvslog
mailing list