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

Commit 02125340 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Claim support for .3gpp2 A/B files."

parents 572c6037 708d9086
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;