You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/jpeg2000dec: Print the correct variable in the component error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -261,7 +261,7 @@ static int get_siz(Jpeg2000DecoderContext *s) | ||||
|  | ||||
|     if (ncomponents > 4) { | ||||
|         avpriv_request_sample(s->avctx, "Support for %d components", | ||||
|                               s->ncomponents); | ||||
|                               ncomponents); | ||||
|         return AVERROR_PATCHWELCOME; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user