Chromium Code Reviews| Index: webrtc/api/video/video_timing.h |
| diff --git a/webrtc/api/video/video_timing.h b/webrtc/api/video/video_timing.h |
| index f5134636ba1c7e5cd3d83aafb2bbfe6e09bf0e3c..8353532148af0090244ecd5158a33864f1c205ef 100644 |
| --- a/webrtc/api/video/video_timing.h |
| +++ b/webrtc/api/video/video_timing.h |
| @@ -89,6 +89,10 @@ struct TimingFrameInfo { |
| std::string ToString() const; |
| + bool operator<(const TimingFrameInfo& other); |
|
tommi
2017/09/04 09:09:21
nit: should these be const?
ilnik
2017/09/04 09:18:55
Done.
|
| + |
| + bool operator<=(const TimingFrameInfo& other); |
| + |
| uint32_t rtp_timestamp; // Identifier of a frame. |
| // All timestamps below are in local monotonous clock of a receiver. |
| // If sender clock is not yet estimated, sender timestamps |