fix missed constant name change;

pull/39/head
Bryan Biedenkapp 3 years ago
parent f6167360d6
commit ee36fc5927

@ -201,7 +201,7 @@ void FrameQueue::enqueueMessage(const uint8_t* message, uint32_t length, uint32_
header.setSSRC(ssrc); header.setSSRC(ssrc);
// properly flag control opcodes // properly flag control opcodes
if ((opcode.first == NET_FUNC_TRANSFER) || (opcode.first == NET_FUNC_GRANT)) { if ((opcode.first == NET_FUNC_TRANSFER) || (opcode.first == NET_FUNC_GRANT_REQ)) {
header.setPayloadType(DVM_CTRL_RTP_PAYLOAD_TYPE); header.setPayloadType(DVM_CTRL_RTP_PAYLOAD_TYPE);
header.setSequence(0U); header.setSequence(0U);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.