Remove an old comment in vp8 wrapper
The operation that the comment describes was removed in r482. Review URL: https://webrtc-codereview.appspot.com/353008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1470 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1da2327473
commit
dcdb744eee
@ -862,7 +862,6 @@ VP8Decoder::Decode(const EncodedImage& inputImage,
|
||||
// Store encoded frame if key frame. (Used in Copy method.)
|
||||
if (inputImage._frameType == kKeyFrame && inputImage._buffer != NULL)
|
||||
{
|
||||
// Reduce size due to PictureID that we won't copy.
|
||||
const WebRtc_UWord32 bytesToCopy = inputImage._length;
|
||||
if (_lastKeyFrame._size < bytesToCopy)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user