| Index: media/cast/net/cast_transport_config.h
|
| diff --git a/media/cast/net/cast_transport_config.h b/media/cast/net/cast_transport_config.h
|
| index 7fcb67cff85beadb421f234ae741bc99e130c57a..dcfd133bd088fefbdcd553a2471094039dc8f763 100644
|
| --- a/media/cast/net/cast_transport_config.h
|
| +++ b/media/cast/net/cast_transport_config.h
|
| @@ -117,6 +117,10 @@ struct EncodedFrame {
|
| // timestamps; and it may not necessarily increment with precise regularity.
|
| base::TimeTicks reference_time;
|
|
|
| + // Playout delay for this and all future frames. Used by the Adaptive
|
| + // Playout delay extension. Zero means no change.
|
| + uint16 new_playout_delay_ms;
|
| +
|
| // The encoded signal data.
|
| std::string data;
|
| };
|
|
|