Commit 66f799aa authored by michael's avatar michael

typo fix by (lists: kenneth aafloy net)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4354 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a14c1cc0
...@@ -1447,7 +1447,7 @@ static void av_update_stream_timings(AVFormatContext *ic) ...@@ -1447,7 +1447,7 @@ static void av_update_stream_timings(AVFormatContext *ic)
} }
if (start_time != MAXINT64) { if (start_time != MAXINT64) {
ic->start_time = start_time; ic->start_time = start_time;
if (end_time != MAXINT64) { if (end_time != MININT64) {
ic->duration = end_time - start_time; ic->duration = end_time - start_time;
if (ic->file_size > 0) { if (ic->file_size > 0) {
/* compute the bit rate */ /* compute the bit rate */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment