diff --git a/qt-faststart.c b/qt-faststart.c index 4177f32847..66043798b7 100644 --- a/qt-faststart.c +++ b/qt-faststart.c @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) FILE *outfile; unsigned char atom_bytes[ATOM_PREAMBLE_SIZE]; uint32_t atom_type = 0; - uint64_t atom_size; + uint64_t atom_size = 0; uint64_t last_offset; unsigned char *moov_atom; uint64_t moov_atom_size;