From df4989cc3837217bb69e7279ac0ddbf321e01267 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 24 Apr 2019 11:55:00 +0800 Subject: [PATCH] =?UTF-8?q?RTP=E6=9C=80=E5=A4=A7=E6=94=AF=E6=8C=811604?= =?UTF-8?q?=E4=B8=AA=E5=AD=97=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/RtspMuxer/RtpCodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RtspMuxer/RtpCodec.h b/src/RtspMuxer/RtpCodec.h index 409ac398..29e477c1 100644 --- a/src/RtspMuxer/RtpCodec.h +++ b/src/RtspMuxer/RtpCodec.h @@ -46,7 +46,7 @@ public: uint32_t timeStamp; uint16_t sequence; uint32_t ssrc; - uint8_t payload[1600]; + uint8_t payload[1604]; uint8_t offset; TrackType type; };