Commit 817f8138 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '03c2a66f'

* commit '03c2a66f':
  qt-faststart: Fix the signedness of variables keeping the ftello return values

Conflicts:
	tools/qt-faststart.c

See: 18389613Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 11c4bc9a 03c2a66f
......@@ -89,7 +89,7 @@ int main(int argc, char *argv[])
uint32_t atom_type = 0;
uint64_t atom_size = 0;
uint64_t atom_offset = 0;
uint64_t last_offset;
int64_t last_offset;
unsigned char *moov_atom = NULL;
unsigned char *ftyp_atom = NULL;
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