| Index: webrtc/modules/video_coding/encoded_frame.h
|
| diff --git a/webrtc/modules/video_coding/encoded_frame.h b/webrtc/modules/video_coding/encoded_frame.h
|
| index 840cd2056d594562799957559948f461e24b56a7..7bca05f7f1237d254b3d6cc1125ec9ac047bac4e 100644
|
| --- a/webrtc/modules/video_coding/encoded_frame.h
|
| +++ b/webrtc/modules/video_coding/encoded_frame.h
|
| @@ -46,6 +46,11 @@ class VCMEncodedFrame : protected EncodedImage {
|
| _encodedWidth = width;
|
| _encodedHeight = height;
|
| }
|
| +
|
| + void SetPlayoutDelay(PlayoutDelay playout_delay) {
|
| + playout_delay_ = playout_delay;
|
| + }
|
| +
|
| /**
|
| * Get the encoded image
|
| */
|
|
|