From a0f28aa5d625cdd00c0388bb72b3913d497ba8cd Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 14 Nov 2024 10:33:28 +0000 Subject: [PATCH] tidy up --- protobuf/video/sfu/models/models.proto | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/protobuf/video/sfu/models/models.proto b/protobuf/video/sfu/models/models.proto index 523c230b..5d62f05a 100644 --- a/protobuf/video/sfu/models/models.proto +++ b/protobuf/video/sfu/models/models.proto @@ -120,13 +120,7 @@ message PublishOption { int32 max_spatial_layers = 5; int32 max_temporal_layers = 6; } -/* -message Codec { - string mime_type = 10; - string scalability_mode = 11; - string fmtp = 12; -} - */ + message Codec { uint32 payload_type = 13; string name = 10;