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 warning for "Selective arithmetic coding bypass"
This is implemented but i suspect does not work correctly as no file using this seems to decode correctly. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -411,6 +411,8 @@ static int get_cox(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *c) | ||||
|     c->cblk_style = bytestream2_get_byteu(&s->g); | ||||
|     if (c->cblk_style != 0) { // cblk style | ||||
|         av_log(s->avctx, AV_LOG_WARNING, "extra cblk styles %X\n", c->cblk_style); | ||||
|         if (c->cblk_style & JPEG2000_CBLK_BYPASS) | ||||
|             av_log(s->avctx, AV_LOG_WARNING, "Selective arithmetic coding bypass\n"); | ||||
|     } | ||||
|     c->transform = bytestream2_get_byteu(&s->g); // DWT transformation type | ||||
|     /* set integer 9/7 DWT in case of BITEXACT flag */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user