typo fix by (lists: kenneth aafloy net)
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 5 Jun 2005 11:09:50 +0000 (11:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 5 Jun 2005 11:09:50 +0000 (11:09 +0000)
Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index db58c05..8fa0143 100644 (file)
@@ -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 */