mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
Fix data parse error
This commit is contained in:
@@ -154,6 +154,6 @@ size_t RtpCodec::Decode(RtpPacket& packet, uint8_t* payload) {
|
||||
return packet.DecodeH264Fua(payload);
|
||||
} else {
|
||||
LOG_ERROR("Default");
|
||||
return packet.Decode(payload);
|
||||
return packet.DecodeData(payload);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user