зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1733109 - do not use 'else' after 'return' in MediaDecoder.cpp. r=bryce
Depends on D126928 Differential Revision: https://phabricator.services.mozilla.com/D126929
This commit is contained in:
Родитель
9f33d4a4a4
Коммит
d444b36c2d
|
@ -579,7 +579,9 @@ void MediaDecoder::Play() {
|
|||
if (IsEnded()) {
|
||||
Seek(0, SeekTarget::PrevSyncPoint);
|
||||
return;
|
||||
} else if (mPlayState == PLAY_STATE_LOADING) {
|
||||
}
|
||||
|
||||
if (mPlayState == PLAY_STATE_LOADING) {
|
||||
mNextState = PLAY_STATE_PLAYING;
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче