diff --git a/modules/video_coding/encoded_frame.h b/modules/video_coding/encoded_frame.h index 84b8c71e32..261aae77aa 100644 --- a/modules/video_coding/encoded_frame.h +++ b/modules/video_coding/encoded_frame.h @@ -34,14 +34,6 @@ class RTC_EXPORT VCMEncodedFrame : protected EncodedImage { _renderTimeMs = renderTimeMs; } - /** - * Set the encoded frame size - */ - void SetEncodedSize(uint32_t width, uint32_t height) { - _encodedWidth = width; - _encodedHeight = height; - } - void SetPlayoutDelay(PlayoutDelay playout_delay) { playout_delay_ = playout_delay; }