am dd684af8: Merge "Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html" into froyo
Merge commit 'dd684af8c8fd5984d4d40b125bfac1ce268622ae' into froyo-plus-aosp * commit 'dd684af8c8fd5984d4d40b125bfac1ce268622ae': Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html
This commit is contained in:
@@ -1642,6 +1642,8 @@ bool SniffMPEG4(
|
||||
}
|
||||
|
||||
if (!memcmp(header, "ftyp3gp", 7) || !memcmp(header, "ftypmp42", 8)
|
||||
|| !memcmp(header, "ftyp3gr6", 8) || !memcmp(header, "ftyp3gs6", 8)
|
||||
|| !memcmp(header, "ftyp3ge6", 8) || !memcmp(header, "ftyp3gg6", 8)
|
||||
|| !memcmp(header, "ftypisom", 8) || !memcmp(header, "ftypM4V ", 8)
|
||||
|| !memcmp(header, "ftypM4A ", 8) || !memcmp(header, "ftypf4v ", 8)
|
||||
|| !memcmp(header, "ftypkddi", 8) || !memcmp(header, "ftypM4VP", 8)) {
|
||||
|
||||
Reference in New Issue
Block a user