Assert that LENTRY_INTERNAL can fit in the reserved space
This commit is contained in:
parent
0b8dc80823
commit
4a82762118
1 changed files with 1 additions and 0 deletions
|
|
@ -679,6 +679,7 @@ void queueRtpPacket(PRTPFEC_QUEUE_ENTRY queueEntry) {
|
|||
|
||||
// Reuse the memory reserved for the RTPFEC_QUEUE_ENTRY to store the LENTRY_INTERNAL
|
||||
// now that we're in the depacketizer.
|
||||
LC_ASSERT(sizeof(LENTRY_INTERNAL) <= sizeof(RTPFEC_QUEUE_ENTRY));
|
||||
PLENTRY_INTERNAL existingEntry = (PLENTRY_INTERNAL)queueEntry;
|
||||
existingEntry->allocPtr = queueEntry->packet;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue