diff utils.c @ 838:128838bc4bb6 libavformat

kill a bunch of compiler warnings
author mru
date Sun, 14 Aug 2005 15:42:40 +0000
parents feca73904e67
children 8f12a754d330
line wrap: on
line diff
--- a/utils.c	Sat Aug 13 21:56:57 2005 +0000
+++ b/utils.c	Sun Aug 14 15:42:40 2005 +0000
@@ -1569,7 +1569,7 @@
     AVPacket pkt1, *pkt = &pkt1;
     AVStream *st;
     int read_size, i, ret;
-    int64_t start_time, end_time, end_time1;
+    int64_t end_time;
     int64_t filesize, offset, duration;
     
     /* free previous packet */