Skip to content

Commit cdedcac

Browse files
Apply suggestions from code review
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent ba0a467 commit cdedcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/clusters/camera-av-stream-management-server/camera-av-stream-management-server.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ constexpr uint16_t kMaxFragmentLenMaxValue = 65500;
5454
constexpr size_t kViewportStructMaxSerializedSize =
5555
TLV::EstimateStructOverhead(sizeof(uint16_t), sizeof(uint16_t), sizeof(uint16_t), sizeof(uint16_t));
5656

57-
// The number of possible values of use case types for the streams, as specified in StreamUsageEnum.
57+
// The number of possible values of StreamUsageEnum.
5858
constexpr size_t kNumOfStreamUsageTypes = 4;
5959

6060
// StreamUsageEnum + Anonymous tag(1 byte).
@@ -347,7 +347,7 @@ class CameraAVStreamMgmtServer : public CommandHandlerInterface, public Attribut
347347
*
348348
*/
349349
CameraAVStreamMgmtServer(CameraAVStreamMgmtDelegate & aDelegate, EndpointId aEndpointId, const BitFlags<Feature> aFeature,
350-
const BitFlags<OptionalAttribute> aOptionalAttr, PersistentStorageDelegate & aPersistentStorage,
350+
const BitFlags<OptionalAttribute> aOptionalAttrs, PersistentStorageDelegate & aPersistentStorage,
351351
uint8_t aMaxConcurrentVideoEncoders, uint32_t aMaxEncodedPixelRate,
352352
const VideoSensorParamsStruct & aVideoSensorParams, bool aNightVisionCapable,
353353
const VideoResolutionStruct & aMinViewPort,

0 commit comments

Comments
 (0)