Commit c0339599 authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix warning

Originally committed as revision 5169 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 95ca7c94
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment