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

Commit 4ac870d1 authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "media: Fix MediaCodesXmlParser Result bug" into qt-dev

am: ceb7cc1f

Change-Id: I82c00f5d7f3965a3e9174e5c8dcc8b22a6b9389d
parents 997cfc92 ceb7cc1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ struct MediaCodecsXmlParser::Impl {
            : mStatus(s),
              mError(error) {
            if (error.empty() && s) {
                error = "Failed (" + std::string(asString(s)) + ")";
                mError = "Failed (" + std::string(asString(s)) + ")";
            }
        }
        operator status_t() const { return mStatus; }