You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avcodec/jpeg2000dec: Reduce verbosity of get_plt()
The existence of such element does not represent an error Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -682,7 +682,7 @@ static uint8_t get_plt(Jpeg2000DecoderContext *s, int n) | ||||
| { | ||||
|     int i; | ||||
|  | ||||
|     av_log(s->avctx, AV_LOG_ERROR, | ||||
|     av_log(s->avctx, AV_LOG_DEBUG, | ||||
|             "PLT marker at pos 0x%X\n", bytestream2_tell(&s->g) - 4); | ||||
|  | ||||
|     /*Zplt =*/ bytestream2_get_byte(&s->g); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user