summaryrefslogtreecommitdiff
path: root/media/cast/cast_config.h
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-12-18 16:25:09 +0000
committerTorne (Richard Coles) <torne@google.com>2013-12-18 16:25:09 +0000
commita3f6a49ab37290eeeb8db0f41ec0f1cb74a68be7 (patch)
treedafc1c6417406a7fbd422ad0bb890e96909ef564 /media/cast/cast_config.h
parentd5f893c0bc79db3066bb5ae5d3d972ba1be7dd5f (diff)
downloadchromium_org-a3f6a49ab37290eeeb8db0f41ec0f1cb74a68be7.tar.gz
Merge from Chromium at DEPS revision 240154
This commit was generated by merge_to_master.py. Change-Id: I8f2ba858cf0e7f413dddedc2ae91dc37f7136c2e
Diffstat (limited to 'media/cast/cast_config.h')
-rw-r--r--media/cast/cast_config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
index 66d4c1df0d..27cc67e5da 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -140,24 +140,6 @@ struct VideoReceiverConfig {
std::string aes_iv_mask; // Binary string of size kAesKeySize.
};
-// DEPRECATED: Do not use in new code. Please migrate existing code to use
-// media::VideoFrame.
-struct I420VideoPlane {
- int stride;
- int length;
- uint8* data;
-};
-
-// DEPRECATED: Do not use in new code. Please migrate existing code to use
-// media::VideoFrame.
-struct I420VideoFrame {
- int width;
- int height;
- I420VideoPlane y_plane;
- I420VideoPlane u_plane;
- I420VideoPlane v_plane;
-};
-
struct EncodedVideoFrame {
EncodedVideoFrame();
~EncodedVideoFrame();