Bug 1144176 - Remove a useless declaration. r=bholley

This commit is contained in:
Sylvestre Ledru 2015-03-18 14:10:08 +01:00
parent 9ad72a9c31
commit 57e754e11c

View File

@ -229,7 +229,6 @@ bool RawReader::DecodeVideoFrame(bool &aKeyframeSkip,
mVideoQueue.Push(v);
mCurrentFrame++;
a.mDecoded++;
currentFrameTime += USECS_PER_S / mFrameRate;
return true;
}