Setting resolution alignment to 4 on iOS.
Bug: webrtc:9381 Change-Id: I6fb6cc6ffa197ca581462e308a857ac38e10b9a1 Reviewed-on: https://webrtc-review.googlesource.com/82162 Reviewed-by: Anders Carlsson <andersc@webrtc.org> Commit-Queue: Peter Hanspers <peterhanspers@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23553}
This commit is contained in:

committed by
Commit Bot

parent
443e71f528
commit
488eb98616
@ -32,7 +32,8 @@
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
ObjCVideoTrackSource::ObjCVideoTrackSource() {}
|
||||
ObjCVideoTrackSource::ObjCVideoTrackSource() :
|
||||
AdaptedVideoTrackSource(/* required resolution alignment */ 4) {}
|
||||
|
||||
ObjCVideoTrackSource::ObjCVideoTrackSource(RTCObjCVideoSourceAdapter *adapter) : adapter_(adapter) {
|
||||
adapter_.objCVideoTrackSource = this;
|
||||
|
Reference in New Issue
Block a user