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 f818c88a5755ae1773af6b78a90139f9e8ffa3fc..afe75dc2d0a9b64b24cf4ea3bd46ec0405287572 100644 |
--- a/chrome/renderer/media/cast_rtp_stream.h |
+++ b/chrome/renderer/media/cast_rtp_stream.h |
@@ -60,6 +60,9 @@ struct CastRtpPayloadParams { |
// Number of audio channels. |
int channels; |
+ // The maximum frame rate. |
+ double max_frame_rate; |
+ |
// Width and height of the video content. |
int width; |
int height; |