You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	indeo2: init_get_bits size in bits instead of bytes
This commit is contained in:
		| @@ -165,7 +165,7 @@ static int ir2_decode_frame(AVCodecContext *avctx, | ||||
| #endif | ||||
|     start = 48; /* hardcoded for now */ | ||||
|  | ||||
|     init_get_bits(&s->gb, buf + start, buf_size - start); | ||||
|     init_get_bits(&s->gb, buf + start, (buf_size - start) * 8); | ||||
|  | ||||
|     if (s->decode_delta) { /* intraframe */ | ||||
|         ir2_decode_plane(s, avctx->width, avctx->height, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user