Oops - when adding a sequence header to the SDP response, the size value needs to be cleared, not the buffer pointer.
This commit is contained in:
@@ -120,10 +120,9 @@
|
||||
*BufferPos += 1;
|
||||
|
||||
uint16_t* SizePos = (uint16_t*)*BufferPos;
|
||||
*SizePos = 0;
|
||||
|
||||
**BufferPos += 2;
|
||||
*BufferPos += 2;
|
||||
|
||||
*SizePos = 0;
|
||||
return SizePos;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user