зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1279442: Fix definition of |MediaOmxReader::ResetDecode|, r=jwwang
MozReview-Commit-ID: 2dNgqTT7DEU
This commit is contained in:
Родитель
d02cd93e6c
Коммит
6d8a7a35d7
|
@ -74,7 +74,9 @@ protected:
|
|||
void NotifyDataArrivedInternal() override;
|
||||
public:
|
||||
|
||||
nsresult ResetDecoder(TrackSet aTracks) override;
|
||||
nsresult ResetDecode(
|
||||
TrackSet aTracks = TrackSet(TrackInfo::kAudioTrack,
|
||||
TrackInfo::kVideoTrack)) override
|
||||
{
|
||||
mSeekRequest.DisconnectIfExists();
|
||||
mSeekPromise.RejectIfExists(NS_OK, __func__);
|
||||
|
|
Загрузка…
Ссылка в новой задаче