typo fix by (lists: kenneth aafloy net)

Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent fb3ca6ba3e
commit 69d93a1344
  1. 2
      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 */

Loading…
Cancel
Save