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:
		| @@ -862,7 +862,6 @@ VP8Decoder::Decode(const EncodedImage& inputImage, | |||||||
|     // Store encoded frame if key frame. (Used in Copy method.) |     // Store encoded frame if key frame. (Used in Copy method.) | ||||||
|     if (inputImage._frameType == kKeyFrame && inputImage._buffer != NULL) |     if (inputImage._frameType == kKeyFrame && inputImage._buffer != NULL) | ||||||
|     { |     { | ||||||
|         // Reduce size due to PictureID that we won't copy. |  | ||||||
|         const WebRtc_UWord32 bytesToCopy = inputImage._length; |         const WebRtc_UWord32 bytesToCopy = inputImage._length; | ||||||
|         if (_lastKeyFrame._size < bytesToCopy) |         if (_lastKeyFrame._size < bytesToCopy) | ||||||
|         { |         { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 henrik.lundin@webrtc.org
					henrik.lundin@webrtc.org