Skip to content

Commit

Permalink
Make decode codec mime backward compatible (#806)
Browse files Browse the repository at this point in the history
* make decode codec backward compatible even if it was unused

* gen protos
  • Loading branch information
thesyncim authored Oct 24, 2024
1 parent 48a9085 commit 27e14f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions protobuf/video/sfu/models/models.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ message VideoLayer {


message Codec {
string mime_type = 1;
string scalability_mode = 2;
string fmtp = 3;
string mime_type = 10;
string scalability_mode = 11;
string fmtp = 12;
}

message ICETrickle {
Expand Down
12 changes: 6 additions & 6 deletions protobuf/video/sfu/models/models_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27e14f4

Please sign in to comment.