Remove extraneous opening parenthesis in comment

Bug: None
Change-Id: I8f1939caa43a7eb48dc5a6276520b39429062b30
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298000
Auto-Submit: Wan-Teh Chang <wtc@google.com>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/main@{#39587}
This commit is contained in:
Wan-Teh Chang 2023-03-16 16:15:17 -07:00 committed by WebRTC LUCI CQ
parent c8ab6c449c
commit ad192a8c5e

View File

@ -445,7 +445,7 @@ bool LibaomAv1Encoder::SetSvcParams(
}
// svc_params.layer_target_bitrate is set in SetRates() before svc_params is
// passed to SetEncoderControlParameters((AV1E_SET_SVC_PARAMS).
// passed to SetEncoderControlParameters(AV1E_SET_SVC_PARAMS).
return true;
}