| 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..456463e86f6504fe5416792905d35456d852a187 100644
|
| --- a/chrome/renderer/media/cast_rtp_stream.h
|
| +++ b/chrome/renderer/media/cast_rtp_stream.h
|
| @@ -38,7 +38,8 @@ 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::RtpPayloadType::VIDEO_VP8;
|
|
|
| // Maximum latency in milliseconds. Implemetation tries to keep latency
|
| // under this threshold.
|
|
|