Loading media/libstagefright/rtsp/ARTSPConnection.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -954,7 +954,7 @@ static void GetMethodAndURL( CHECK_GE(space2, 0); CHECK_GE(space2, 0); method->setTo(request, 0, space1); method->setTo(request, 0, space1); url->setTo(request, space1 + 1, space2 - space1); url->setTo(request, space1 + 1, space2 - space1 - 1); } } void ARTSPConnection::addAuthentication(AString *request) { void ARTSPConnection::addAuthentication(AString *request) { Loading Loading
media/libstagefright/rtsp/ARTSPConnection.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -954,7 +954,7 @@ static void GetMethodAndURL( CHECK_GE(space2, 0); CHECK_GE(space2, 0); method->setTo(request, 0, space1); method->setTo(request, 0, space1); url->setTo(request, space1 + 1, space2 - space1); url->setTo(request, space1 + 1, space2 - space1 - 1); } } void ARTSPConnection::addAuthentication(AString *request) { void ARTSPConnection::addAuthentication(AString *request) { Loading