Loading media/libstagefright/xmlparser/MediaCodecsXmlParser.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
media/libstagefright/xmlparser/MediaCodecsXmlParser.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading