mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: No cache for RTP packet size.
This commit is contained in:
parent
4058249d67
commit
9ee0ed919a
2 changed files with 2 additions and 19 deletions
|
@ -315,10 +315,7 @@ public:
|
|||
SrsAvcNaluType nalu_type;
|
||||
// The frame type, for RTMP bridger or SFU source.
|
||||
SrsFrameType frame_type;
|
||||
// Fast cache for performance.
|
||||
private:
|
||||
// The cached payload size for packet.
|
||||
int cached_payload_size;
|
||||
// The helper handler for decoder, use RAW payload if NULL.
|
||||
ISrsRtpPacketDecodeHandler* decode_handler;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue