libavcodec/rscc.c: add missing semicolon
Signed-off-by: Mateusz Brzostek <mateuszb@poczta.onet.pl> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		
							parent
							
								
									1e03d60054
								
							
						
					
					
						commit
						fe1ccc1e91
					
				@ -64,7 +64,7 @@ typedef struct RsccContext {
 | 
				
			|||||||
    /* zlib interaction */
 | 
					    /* zlib interaction */
 | 
				
			||||||
    uint8_t *inflated_buf;
 | 
					    uint8_t *inflated_buf;
 | 
				
			||||||
    uLongf inflated_size;
 | 
					    uLongf inflated_size;
 | 
				
			||||||
    int valid_pixels
 | 
					    int valid_pixels;
 | 
				
			||||||
} RsccContext;
 | 
					} RsccContext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static av_cold int rscc_init(AVCodecContext *avctx)
 | 
					static av_cold int rscc_init(AVCodecContext *avctx)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user