mirror of
https://github.com/ittiam-systems/libavc.git
synced 2026-04-02 20:30:48 +07:00
svc_dec_fuzzer: Allocated size was lower for non_vcl NAL
Some checks failed
CMake / build (push) Has been cancelled
Some checks failed
CMake / build (push) Has been cancelled
Bug: oss-fuzz-473582308 Test: ./svc_dec_fuzzer
This commit is contained in:
parent
40a5577c96
commit
74704cccf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue