[Ffmpeg-cvslog] CVS: ffmpeg/libavformat utils.c,1.150,1.151
Michael Niedermayer CVS
michael
Sun Jun 5 13:09:52 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv9251
Modified Files:
utils.c
Log Message:
typo fix by (lists: kenneth aafloy net)
Index: utils.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/utils.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- utils.c 29 May 2005 11:44:21 -0000 1.150
+++ utils.c 5 Jun 2005 11:09:50 -0000 1.151
@@ -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 */
More information about the ffmpeg-cvslog
mailing list