tools/target_dec_fuzzer: Adjust threshold for NUV
Fixes: Timeout Fixes: 49286/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-5856252655173632 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		
							parent
							
								
									f5a663f2a9
								
							
						
					
					
						commit
						6ba9e22f67
					
				@ -256,6 +256,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
 | 
			
		||||
    case AV_CODEC_ID_MVC2:        maxpixels  /= 128;   break;
 | 
			
		||||
    case AV_CODEC_ID_MWSC:        maxpixels  /= 256;   break;
 | 
			
		||||
    case AV_CODEC_ID_MXPEG:       maxpixels  /= 128;   break;
 | 
			
		||||
    case AV_CODEC_ID_NUV:         maxpixels  /= 128;   break;
 | 
			
		||||
    case AV_CODEC_ID_OPUS:        maxsamples /= 16384; break;
 | 
			
		||||
    case AV_CODEC_ID_PNG:         maxpixels  /= 128;   break;
 | 
			
		||||
    case AV_CODEC_ID_APNG:        maxpixels  /= 128;   break;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user