[vlc-commits] [Git][videolan/vlc][3.0.x] packetizer: hevc: fix DCR params array define

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Mar 13 09:47:52 UTC 2026



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
6578f227 by François Cartegnie at 2026-03-13T09:26:37+00:00
packetizer: hevc: fix DCR params array define

(cherry picked from commit 0541aa65c4d78a5a56b5d1ba0bb0be233772fd3d)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

- - - - -


1 changed file:

- modules/packetizer/hevc_nal.h


Changes:

=====================================
modules/packetizer/hevc_nal.h
=====================================
@@ -221,7 +221,7 @@ struct hevc_dcr_params
 {
     const uint8_t *p_vps[HEVC_DCR_VPS_COUNT],
                   *p_sps[HEVC_DCR_SPS_COUNT],
-                  *p_pps[HEVC_DCR_VPS_COUNT],
+                  *p_pps[HEVC_DCR_PPS_COUNT],
                   *p_seipref[HEVC_DCR_SEI_COUNT],
                   *p_seisuff[HEVC_DCR_SEI_COUNT];
     uint8_t rgi_vps[HEVC_DCR_VPS_COUNT],



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6578f227a129956a38046594f9dfe399b0631a8b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6578f227a129956a38046594f9dfe399b0631a8b
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list