svc_dec_fuzzer: Allocated size was lower for non_vcl NAL
Some checks failed
CMake / build (push) Has been cancelled

Bug: oss-fuzz-473582308
Test: ./svc_dec_fuzzer
This commit is contained in:
MallikarjunKamble 2026-02-06 16:10:17 +05:30 committed by Harish Mahendrakar
parent 40a5577c96
commit 74704cccf3

View file

@ -67,7 +67,7 @@
#define BUFFER_ALIGN_4 4
#define MAX_VCL_NAL_BUFF_SIZE (1024 * 1024 * 2)
#define MAX_NON_VCL_NAL_BUFF_SIZE (1024 * 1024)
#define MAX_NON_VCL_NAL_BUFF_SIZE (1024 * 1024 * 2)
#define MAX_SCLD_REF_LAYER_OFFSET 32768
#define MIN_SCLD_REF_LAYER_OFFSET -32768
#define MAX_SVC_NAL_UNIT_TYPE 31