| Index: webrtc/modules/video_coding/generic_decoder.h
|
| diff --git a/webrtc/modules/video_coding/generic_decoder.h b/webrtc/modules/video_coding/generic_decoder.h
|
| index 71b8d81c7438f2c97d63db131fcd42c86126a301..8e26a8b1afa51874caa3f39d9edf2ba788fa6b88 100644
|
| --- a/webrtc/modules/video_coding/generic_decoder.h
|
| +++ b/webrtc/modules/video_coding/generic_decoder.h
|
| @@ -31,6 +31,7 @@ struct VCMFrameInformation {
|
| void* userData;
|
| VideoRotation rotation;
|
| VideoContentType content_type;
|
| + EncodedImage::Timing timing;
|
| };
|
|
|
| class VCMDecodedFrameCallback : public DecodedImageCallback {
|
| @@ -68,6 +69,7 @@ class VCMDecodedFrameCallback : public DecodedImageCallback {
|
| rtc::CriticalSection lock_;
|
| VCMTimestampMap _timestampMap GUARDED_BY(lock_);
|
| uint64_t _lastReceivedPictureID;
|
| + int64_t ntp_offset_;
|
| };
|
|
|
| class VCMGenericDecoder {
|
|
|