You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	pngdec: Fix interlaced PAETH prediction
Fixes Ticket161 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -317,6 +317,7 @@ static void png_handle_row(PNGDecContext *s) | ||||
|             } | ||||
|             s->y++; | ||||
|             if (s->y == s->height) { | ||||
|                 memset(s->last_row, 0, s->row_size); | ||||
|                 for(;;) { | ||||
|                     if (s->pass == NB_PASSES - 1) { | ||||
|                         s->state |= PNG_ALLIMAGE; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user