Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / media / cast_rtp_stream.h
index f818c88..afe75dc 100644 (file)
@@ -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;