Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0e62b7a authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 29039dee: Merge "Support another kind of iso mpeg4 file." into froyo

Merge commit '29039dee' into froyo-plus-aosp

* commit '29039dee':
  Support another kind of iso mpeg4 file.
parents 1f29b4cd 29039dee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1626,7 +1626,7 @@ bool SniffMPEG4(
    if (!memcmp(header, "ftyp3gp", 7) || !memcmp(header, "ftypmp42", 8)
        || !memcmp(header, "ftypisom", 8) || !memcmp(header, "ftypM4V ", 8)
        || !memcmp(header, "ftypM4A ", 8) || !memcmp(header, "ftypf4v ", 8)
        || !memcmp(header, "ftypkddi", 8)) {
        || !memcmp(header, "ftypkddi", 8) || !memcmp(header, "ftypM4VP", 8)) {
        *mimeType = MEDIA_MIMETYPE_CONTAINER_MPEG4;
        *confidence = 0.1;