| Index: chrome/renderer/media/cast_rtp_stream.h
|
| diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
|
| index e0ecdf735173a08fc75ac3df17847591d7bd523f..326d4be1b5c7fbd9389f87f670f2d285cda6f2d1 100644
|
| --- a/chrome/renderer/media/cast_rtp_stream.h
|
| +++ b/chrome/renderer/media/cast_rtp_stream.h
|
| @@ -38,7 +38,7 @@ struct CastCodecSpecificParams {
|
| // Defines the basic properties of a payload supported by cast transport.
|
| struct CastRtpPayloadParams {
|
| // RTP specific field that identifies the content type.
|
| - int payload_type = media::cast::kDefaultRtpVideoPayloadType;
|
| + media::cast::RtpPayloadType payload_type = media::cast::RTP_PAYLOAD_VIDEO_VP8;
|
|
|
| // Maximum latency in milliseconds. Implemetation tries to keep latency
|
| // under this threshold.
|
|
|