From 69d93a13442b18d8b2326c1466931dc84fa866e6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 5 Jun 2005 11:09:50 +0000 Subject: [PATCH] typo fix by (lists: kenneth aafloy net) Originally committed as revision 4354 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 db58c05935..8fa014313e 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -1447,7 +1447,7 @@ static void av_update_stream_timings(AVFormatContext *ic) } if (start_time != MAXINT64) { ic->start_time = start_time; - if (end_time != MAXINT64) { + if (end_time != MININT64) { ic->duration = end_time - start_time; if (ic->file_size > 0) { /* compute the bit rate */