summaryrefslogtreecommitdiffstats
path: root/remoting/codec
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-08-21 16:37:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-21 23:38:18 +0000
commit80f771beaec8b29cc1bb5770f357c5af105e0cd1 (patch)
treed4ba937722c7cf918043e23ebbb149657b5beec4 /remoting/codec
parent8c0780f4237a4a8b6be99cc1073a0df84abe501e (diff)
downloadchromium_src-80f771beaec8b29cc1bb5770f357c5af105e0cd1.zip
chromium_src-80f771beaec8b29cc1bb5770f357c5af105e0cd1.tar.gz
chromium_src-80f771beaec8b29cc1bb5770f357c5af105e0cd1.tar.bz2
remoting: Remove dependency on YUV code in src/media
libyuv is now used for YUV conversions on both ends. BUG=256850 Review URL: https://codereview.chromium.org/1290273004 Cr-Commit-Position: refs/heads/master@{#344905}
Diffstat (limited to 'remoting/codec')
-rw-r--r--remoting/codec/DEPS1
-rw-r--r--remoting/codec/video_encoder_vpx_unittest.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/remoting/codec/DEPS b/remoting/codec/DEPS
index 1577090..91cf8b1 100644
--- a/remoting/codec/DEPS
+++ b/remoting/codec/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+remoting/protocol",
+ "+media/base",
"+google/protobuf",
"+third_party/opus",
diff --git a/remoting/codec/video_encoder_vpx_unittest.cc b/remoting/codec/video_encoder_vpx_unittest.cc
index 3914a0d..a847f03 100644
--- a/remoting/codec/video_encoder_vpx_unittest.cc
+++ b/remoting/codec/video_encoder_vpx_unittest.cc
@@ -149,7 +149,7 @@ TEST(VideoEncoderVpxTest, Vp9SizeChangeNoCrash) {
}
// Test that the DPI information is correctly propagated from the
-// media::ScreenCaptureData to the VideoPacket.
+// webrtc::DesktopFrame to the VideoPacket.
TEST(VideoEncoderVpxTest, DpiPropagation) {
webrtc::DesktopSize frame_size(32, 32);