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:
henrik.lundin@webrtc.org 2012-01-19 13:06:43 +00:00
parent 1da2327473
commit dcdb744eee

View File

@ -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)
{