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

Commit 9794a843 authored by Lajos Molnar's avatar Lajos Molnar Committed by Android (Google) Code Review
Browse files

Merge "media: temporarily allow <Included> as top-level media_codecs.xml tag" into qt-dev

parents 34a2d4c8 dab73397
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;