diff --git a/modules/video_coding/codecs/av1/libaom_av1_encoder.cc b/modules/video_coding/codecs/av1/libaom_av1_encoder.cc index d9c3041003..e5ea964f6c 100644 --- a/modules/video_coding/codecs/av1/libaom_av1_encoder.cc +++ b/modules/video_coding/codecs/av1/libaom_av1_encoder.cc @@ -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; }