mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Removed unused function EncodedFrame::SetEncodedSize.
Bug: none Change-Id: I5b4ce351193198c14cf3c336f910eb1d910f034c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174380 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31158}
This commit is contained in:
parent
701ccf97c9
commit
1b900b1322
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue