From ae2213b38d422bc3fba66e74da6dd9fc37490409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Fri, 29 Mar 2019 12:50:20 +0100 Subject: [PATCH] Delete compatibility alias webrtc::kI420 Bug: webrtc:7385, webrtc:10198 Change-Id: Ib18b6fc45f1bac7f4145d4fca384978a85b6c85e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130481 Reviewed-by: Magnus Jedvert Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#27461} --- common_video/libyuv/include/webrtc_libyuv.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common_video/libyuv/include/webrtc_libyuv.h b/common_video/libyuv/include/webrtc_libyuv.h index 0331b37a7d..c8c6726a97 100644 --- a/common_video/libyuv/include/webrtc_libyuv.h +++ b/common_video/libyuv/include/webrtc_libyuv.h @@ -29,10 +29,6 @@ namespace webrtc { // This is the max PSNR value our algorithms can return. const double kPerfectPSNR = 48.0f; -// TODO(nisse): Some downstream apps call CalcBufferSize with -// ::webrtc::kI420 as the first argument. Delete after they are updated. -const VideoType kI420 = VideoType::kI420; - // Calculate the required buffer size. // Input: // - type :The type of the designated video frame.