From b16b6a5f291722d301e4f796e613fa2f232a08a1 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:58:12 +0100 Subject: [PATCH] Update nal_transport.h (#18) --- include/smolrtsp/nal_transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/smolrtsp/nal_transport.h b/include/smolrtsp/nal_transport.h index 090cef7..46f4e67 100644 --- a/include/smolrtsp/nal_transport.h +++ b/include/smolrtsp/nal_transport.h @@ -27,7 +27,7 @@ /** * The default value for #SmolRTSP_NalTransportConfig.max_h265_nalu_size. */ -#define SMOLRTSP_MAX_H265_NALU_SIZE 4096 +#define SMOLRTSP_MAX_H265_NALU_SIZE 1400 /** * The configuration structure for #SmolRTSP_NalTransport.