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 <magjed@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27461}
This commit is contained in:
Niels Möller
2019-03-29 12:50:20 +01:00
committed by Commit Bot
parent ff39312958
commit ae2213b38d

View File

@ -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.