From a843d1ff32fdcb2fea8f77179d638b659443acf9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 20 Mar 2007 13:01:39 +0000 Subject: [PATCH] i think this is more correct Originally committed as revision 8452 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 7e03b7f..b5893de 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -915,7 +915,7 @@ static void av_read_frame_flush(AVFormatContext *s) st->parser = NULL; } st->last_IP_pts = AV_NOPTS_VALUE; - st->cur_dts = 0; /* we set the current DTS to an unspecified origin */ + st->cur_dts = AV_NOPTS_VALUE; /* we set the current DTS to an unspecified origin */ } } -- 2.7.4