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:
Nathan Froyd 2017-10-25 16:00:54 -04:00
parent d19ac5a103
commit 01b0ad5257

View File

@ -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();