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

Commit dab73397 authored by Lajos Molnar's avatar Lajos Molnar
Browse files

media: temporarily allow <Included> as top-level media_codecs.xml tag

Bug: 132269037
Change-Id: I239fa6dde6cdb9a88abb5ff557001ecb3836e9d9
parent e6f3293b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ void MediaCodecsXmlParser::Impl::Parser::startElementHandler(
                nextSection = SECTION_ENCODERS;
            } else if (strEq(name, "Settings")) {
                nextSection = SECTION_SETTINGS;
            } else if (strEq(name, "MediaCodecs")) {
            } else if (strEq(name, "MediaCodecs") || strEq(name, "Included")) {
                return;
            } else {
                break;