From 0c0216f3f68ac3d13a72c5897e4792e8ebc6836a Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Mon, 9 Jan 2012 10:27:46 +0000 Subject: [PATCH] Correcting typo in libyuv.h. Review URL: http://webrtc-codereview.appspot.com/333026 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1353 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/common_video/libyuv/include/libyuv.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common_video/libyuv/include/libyuv.h b/src/common_video/libyuv/include/libyuv.h index 9034bf700..bf106f14b 100644 --- a/src/common_video/libyuv/include/libyuv.h +++ b/src/common_video/libyuv/include/libyuv.h @@ -109,8 +109,6 @@ int ConvertToI420(VideoType src_video_type, // - dst_sample_size : Required only for the parsing of MJPG. // - width : Width in pixels. // - height : Height in pixels. -// - dst_frame : Pointer to a source frame. - // - dst_frame : Pointer to a destination frame. // Return value: 0 if OK, < 0 otherwise. int ConvertFromI420(const uint8_t* src_frame, int src_stride,