Mercurial > libavformat.hg
changeset 786:694320ffdda0 libavformat
typo fix by (lists: kenneth aafloy net)
author | michael |
---|---|
date | Sun, 05 Jun 2005 11:09:50 +0000 |
parents | e277d8928f49 |
children | 386fff926e83 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Fri Jun 03 14:05:41 2005 +0000 +++ b/utils.c Sun Jun 05 11:09:50 2005 +0000 @@ -1447,7 +1447,7 @@ } 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 */