Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"
This is a reland of fc9c4e88b5569f0d2cd1c64cbc27fd969ce2db17 Original change's description: > Add Profile 2 configuration to VP9 Encoder and Decoder > > Bug: webrtc:9376 > Change-Id: I4f627fb2b6c146a90cfcaa815da459b09dc00003 > Reviewed-on: https://webrtc-review.googlesource.com/81980 > Commit-Queue: Emircan Uysaler <emircan@webrtc.org> > Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org> > Reviewed-by: Erik Språng <sprang@webrtc.org> > Reviewed-by: Jerome Jiang <jianj@google.com> > Cr-Commit-Position: refs/heads/master@{#23917} Bug: webrtc:9376 Change-Id: I21fc44865af4e381f99dbc5ae2baf4a53ce834ca TBR: niklas.enbom@webrtc.org Reviewed-on: https://webrtc-review.googlesource.com/88341 Commit-Queue: Emircan Uysaler <emircan@webrtc.org> Reviewed-by: Emircan Uysaler <emircan@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23974}
This commit is contained in:
committed by
Commit Bot
parent
b2ecc3dc49
commit
cb853c8f90
@ -479,6 +479,7 @@ rtc_static_library("webrtc_vp9") {
|
||||
":webrtc_vp9_helpers",
|
||||
"..:module_api",
|
||||
"../..:webrtc_common",
|
||||
"../../api/video:video_frame_i010",
|
||||
"../../api/video_codecs:video_codecs_api",
|
||||
"../../common_video",
|
||||
"../../media:rtc_media_base",
|
||||
@ -724,6 +725,7 @@ if (rtc_include_tests) {
|
||||
"../../media:rtc_h264_profile_id",
|
||||
"../../media:rtc_internal_video_codecs",
|
||||
"../../media:rtc_media_base",
|
||||
"../../media:rtc_vp9_profile",
|
||||
"../../rtc_base:rtc_base",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_common",
|
||||
@ -732,6 +734,7 @@ if (rtc_include_tests) {
|
||||
"../rtp_rtcp:rtp_rtcp_format",
|
||||
"//third_party/abseil-cpp/absl/memory",
|
||||
"//third_party/abseil-cpp/absl/types:optional",
|
||||
"//third_party/libyuv",
|
||||
]
|
||||
|
||||
data = video_coding_modules_tests_resources
|
||||
|
||||
Reference in New Issue
Block a user