Skip to content

Commit

Permalink
Merge pull request #924 from Sean-Der/fix-opus-media-format
Browse files Browse the repository at this point in the history
Update Opus to have proper media format
  • Loading branch information
paullouisageneau authored Jul 12, 2023
2 parents f824f1e + 37184b9 commit cde1fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/description.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ void Description::Audio::addAudioCodec(int payloadType, string codec, optional<s
}

void Description::Audio::addOpusCodec(int payloadType, optional<string> profile) {
addAudioCodec(payloadType, "OPUS", profile);
addAudioCodec(payloadType, "opus", profile);
}

void Description::Audio::addPCMACodec(int payloadType, optional<string> profile) {
Expand Down

0 comments on commit cde1fbc

Please sign in to comment.