mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
[fix] fix h264 rtp packet parse
This commit is contained in:
@@ -26,6 +26,7 @@ class RtpPacketH264 : public RtpPacket {
|
||||
private:
|
||||
rtp::FU_INDICATOR fu_indicator_;
|
||||
rtp::FU_HEADER fu_header_;
|
||||
bool fu_info_got_ = false;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user