зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1411694 - add an override declaration in WebrtcMediaCodecVP8VideoCodec; r=jesup
We have override declarations for lots of other overriden virtual functions, but not this one.
This commit is contained in:
Родитель
d19ac5a103
Коммит
01b0ad5257
|
@ -92,7 +92,7 @@ public:
|
|||
CSFLogDebug(LOGTAG, "%s %p", __FUNCTION__, this);
|
||||
}
|
||||
|
||||
void HandleOutput(Sample::Param aSample)
|
||||
void HandleOutput(Sample::Param aSample) override
|
||||
{
|
||||
CSFLogDebug(LOGTAG, "%s %p", __FUNCTION__, this);
|
||||
BufferInfo::LocalRef info = aSample->Info();
|
||||
|
|
Загрузка…
Ссылка в новой задаче