From dcdb744eeec5ca34b55683620a56a33afc9028d9 Mon Sep 17 00:00:00 2001 From: "henrik.lundin@webrtc.org" Date: Thu, 19 Jan 2012 13:06:43 +0000 Subject: [PATCH] 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 --- src/modules/video_coding/codecs/vp8/main/source/vp8.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/video_coding/codecs/vp8/main/source/vp8.cc b/src/modules/video_coding/codecs/vp8/main/source/vp8.cc index dd31050c77..8c0801ef73 100644 --- a/src/modules/video_coding/codecs/vp8/main/source/vp8.cc +++ b/src/modules/video_coding/codecs/vp8/main/source/vp8.cc @@ -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) {