commit | ffdc6804bfa1b39899777d60e186de99873ab914 | [log] [tgz] |
---|---|---|
author | Stefan Mitic <stefan.mitic@nutanix.com> | Tue Feb 08 15:00:16 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 09 11:57:55 2022 |
tree | 96e8edfddb657824b5b684af336aabe916974075 | |
parent | 2da85916abdb0c21b0608ca0e51a6250a69cf8a5 [diff] [blame] |
Reland: Added support for H264 YUV444 (I444) decoding. PS#1 is a reland of "Added support for H264 YUV444 (I444) decoding." https://webrtc-review.googlesource.com/c/src/+/235340 Bug: chromium:1251096 Change-Id: Icd997c7f7732229954d5494343b4e7a70deb09d1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251303 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35964}
diff --git a/api/video/DEPS b/api/video/DEPS index cf6770d..5a3e496 100644 --- a/api/video/DEPS +++ b/api/video/DEPS
@@ -18,6 +18,10 @@ "+rtc_base/memory/aligned_malloc.h", ], + "i444_buffer\.h": [ + "+rtc_base/memory/aligned_malloc.h", + ], + "nv12_buffer\.h": [ "+rtc_base/memory/aligned_malloc.h", ],