| Index: media/cast/cast_config.h
|
| diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
|
| index 66d4c1df0d91a1272a68c5d68456b1b955c8d626..27cc67e5daeb499949e16054ad412ed18d4bcc35 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();
|
|
|