Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
0541aa65 by François Cartegnie at 2024-09-06T06:10:56+00:00
packetizer: hevc: fix DCR params array define

- - - - -


1 changed file:

- modules/packetizer/hevc_nal.h


Changes:

=====================================
modules/packetizer/hevc_nal.h
=====================================
@@ -331,7 +331,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];
     uint16_t rgi_vps[HEVC_DCR_VPS_COUNT],



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/0541aa65c4d78a5a56b5d1ba0bb0be233772fd3d

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


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to