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

Commit 58fb3912 authored by Andreas Huber's avatar Andreas Huber
Browse files

Claim support for .3gpp2 A/B files.

Change-Id: I16dd3dcb93a50b3c808ae710d0ba4757c89ab9c8
related-to-bug: 4406745
parent 3778838e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2171,6 +2171,9 @@ static bool isCompatibleBrand(uint32_t fourcc) {
        // Just give these file types a chance.
        FOURCC('q', 't', ' ', ' '),  // Apple's QuickTime
        FOURCC('M', 'S', 'N', 'V'),  // Sony's PSP

        FOURCC('3', 'g', '2', 'a'),  // 3GPP2
        FOURCC('3', 'g', '2', 'b'),
    };

    for (size_t i = 0;