mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng17] Update comment in png_init_filter_functions()
This commit is contained in:
		
							parent
							
								
									157e0649e0
								
							
						
					
					
						commit
						8e23262b2b
					
				@ -3840,7 +3840,8 @@ png_read_filter_row_paeth_multibyte_pixel(png_row_infop row_info, png_bytep row,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static void
 | 
					static void
 | 
				
			||||||
png_init_filter_functions(png_structrp pp)
 | 
					png_init_filter_functions(png_structrp pp)
 | 
				
			||||||
   /* This function is called once for every PNG image to set the
 | 
					   /* This function is called once for every PNG image (except for PNG images
 | 
				
			||||||
 | 
					    * that only use PNG_FILTER_VALUE_NONE for all rows) to set the
 | 
				
			||||||
    * implementations required to reverse the filtering of PNG rows.  Reversing
 | 
					    * implementations required to reverse the filtering of PNG rows.  Reversing
 | 
				
			||||||
    * the filter is the first transformation performed on the row data.  It is
 | 
					    * the filter is the first transformation performed on the row data.  It is
 | 
				
			||||||
    * performed in place, therefore an implementation can be selected based on
 | 
					    * performed in place, therefore an implementation can be selected based on
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user