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

Commit 1bb346b4 authored by Marco Nelissen's avatar Marco Nelissen Committed by Robert Shih
Browse files

Add 'dash' as a compatible brand

Per the spec, the 'dash' brand indicates support for the concatenation
of an Initialization Segment and a single Indexed Media Segment. Since
we support this, add 'dash' as a supported brand to improve compatibility.

Bug: 63390273
Test: played 'dash' brand file
Change-Id: Ifb38337200857f190085bda030434d7f56a817f3
parent f5095b33
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5200,6 +5200,7 @@ static bool isCompatibleBrand(uint32_t fourcc) {
        FOURCC('3', 'g', 'p', '4'),
        FOURCC('m', 'p', '4', '1'),
        FOURCC('m', 'p', '4', '2'),
        FOURCC('d', 'a', 's', 'h'),

        // Won't promise that the following file types can be played.
        // Just give these file types a chance.