Loading media/libmediaplayer2/nuplayer2/NuPlayer2Driver.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ status_t NuPlayer2Driver::stop() { switch (mState) { case STATE_RUNNING: mPlayer->pause(); // fall through [[fallthrough]]; case STATE_PAUSED: mState = STATE_STOPPED; Loading Loading
media/libmediaplayer2/nuplayer2/NuPlayer2Driver.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ status_t NuPlayer2Driver::stop() { switch (mState) { case STATE_RUNNING: mPlayer->pause(); // fall through [[fallthrough]]; case STATE_PAUSED: mState = STATE_STOPPED; Loading