Skip to content

Commit

Permalink
Set kVTCompressionPropertyKey_RealTime to true. (open-webrtc-toolkit#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunz authored and taste1981 committed May 7, 2020
1 parent 6c18d7d commit c049dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/objc/components/video_codec/RTCVideoEncoderH265.mm
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ - (int)resetCompressionSession {
- (void)configureCompressionSession {
RTC_DCHECK(_compressionSession);
SetVTSessionProperty(_compressionSession, kVTCompressionPropertyKey_RealTime,
false);
true);
// SetVTSessionProperty(_compressionSession,
// kVTCompressionPropertyKey_ProfileLevel, _profile);
SetVTSessionProperty(_compressionSession,
Expand Down

0 comments on commit c049dda

Please sign in to comment.