From f9cf91d8224eb9081e50b6cee55423ccb0bf9e90 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 19 Jan 2012 23:01:53 -0500 Subject: tiertexseq: set audio stream start time to 0 Update FATE test to reflect delayed video due to the file having audio-only frames prior to the first frame with video. --- libavformat/tiertexseq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/tiertexseq.c') diff --git a/libavformat/tiertexseq.c b/libavformat/tiertexseq.c index 194c83abc1..16af084b39 100644 --- a/libavformat/tiertexseq.c +++ b/libavformat/tiertexseq.c @@ -224,6 +224,7 @@ static int seq_read_header(AVFormatContext *s) if (!st) return AVERROR(ENOMEM); + st->start_time = 0; avpriv_set_pts_info(st, 32, 1, SEQ_SAMPLE_RATE); seq->audio_stream_index = st->index; st->codec->codec_type = AVMEDIA_TYPE_AUDIO; -- cgit v1.2.3