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

Commit 92e67012 authored by Lajos Molnar's avatar Lajos Molnar Committed by android-build-merger
Browse files

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

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

Change-Id: Ide444bf41a3075df05a14c93996c0e653c9e0bba
parents 69e09b68 a35c0dcf
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;