kill a bunch of compiler warnings

Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2005-08-14 15:42:40 +00:00
parent 72ce053b9c
commit bf4e3bd2d0
15 changed files with 26 additions and 31 deletions

View File

@@ -1569,7 +1569,7 @@ static void av_estimate_timings_from_pts(AVFormatContext *ic)
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 */