Open bradleysepos opened 8 years ago
qtfaststart can mistakenly handle files with multiple mdat atoms as already set up when the moov atom is actually at the end of the file. This patch makes certain the moov atom is placed before all mdat atoms.
Found some more edge cases, will reopen when I have solved them.
Good to go now.
qtfaststart can mistakenly handle files with multiple mdat atoms as already set up when the moov atom is actually at the end of the file. This patch makes certain the moov atom is placed before all mdat atoms.