From 1708f20316af60533fbc05bf3ef1b618b4d25473 Mon Sep 17 00:00:00 2001 From: chundonglinlin Date: Tue, 6 Jun 2023 15:58:08 +0800 Subject: [PATCH] Update page num. --- trunk/src/app/srs_app_gb28181.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_gb28181.cpp b/trunk/src/app/srs_app_gb28181.cpp index 64fd33d51c..9e1df764cd 100644 --- a/trunk/src/app/srs_app_gb28181.cpp +++ b/trunk/src/app/srs_app_gb28181.cpp @@ -1946,7 +1946,7 @@ srs_error_t SrsGbMuxer::write_h265_ipb_frame(char* frame, int frame_size, uint32 SrsHevcNaluType nt = SrsHevcNaluTypeParse(frame[0]); // F.3.29 intra random access point (IRAP) picture - // ITU-T-H.265-2021.pdf, page 28. + // ITU-T-H.265-2021.pdf, page 462. SrsVideoAvcFrameType frame_type = SrsVideoAvcFrameTypeInterFrame; if (nt >= SrsHevcNaluType_CODED_SLICE_BLA && nt <= SrsHevcNaluType_RESERVED_23) { frame_type = SrsVideoAvcFrameTypeKeyFrame;