You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	tools/target_dec_fuzzer: Test lowres
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		| @@ -428,6 +428,10 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { | ||||
|  | ||||
|         ctx->workaround_bugs = bytestream2_get_le32(&gbc); | ||||
|  | ||||
|         if (c->p.max_lowres) { | ||||
|             ctx->lowres = bytestream2_get_byte(&gbc) % (c->p.max_lowres+1); | ||||
|         } | ||||
|  | ||||
|         if (extradata_size < size) { | ||||
|             ctx->extradata = av_mallocz(extradata_size + AV_INPUT_BUFFER_PADDING_SIZE); | ||||
|             if (ctx->extradata) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user