Skip to content

Commit 9ab28c0

Browse files
committed
Treat "ftyp" with unknown 4CC as QuickTime
This gives parity with the .NET library and allows progress in several cases.
1 parent 24efd33 commit 9ab28c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/com/drew/imaging/quicktime/QuickTimeTypeChecker.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ public FileType checkType(byte[] bytes)
106106

107107
if (t != null)
108108
return t;
109+
110+
return FileType.QuickTime;
109111
}
110112

111113
return FileType.Unknown;

0 commit comments

Comments
 (0)