| 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 96f9d00d06e77780e9e6b5ac7b9f3125d63396f1..fc17264130b86f8ec7d6f44c38c4c53315b94782 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
|
| */
|
|
|