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

Commit ceb7cc1f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 459e5982 bfb487a6
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; }