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

Commit f37a9661 authored by Iris Chang's avatar Iris Chang Committed by Marco Nelissen
Browse files

Cannot play mp4 file with major brand 'wmf'

Problem: Major brand 'wmf' is not in compatible array, so mp4
file with major brand 'wmf' is not recognized as mp4.

Solution: add 'wmf' to compatible array

Bug: 123051965
Test: play mp4 file whose ftyp major brand is 'wmf' and check
if it can be played normally

Change-Id: I9ff1411c01aa89d5bc35d85f6bc2ee07d37545e3
parent 50b7ff20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6048,6 +6048,7 @@ static bool isCompatibleBrand(uint32_t fourcc) {
        // Just give these file types a chance.
        FOURCC("qt  "),  // Apple's QuickTime
        FOURCC("MSNV"),  // Sony's PSP
        FOURCC("wmf "),

        FOURCC("3g2a"),  // 3GPP2
        FOURCC("3g2b"),