prores_anatoliy: remove unused variable from prores_encode_frame()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							parent
							
								
									f70b0ed7ca
								
							
						
					
					
						commit
						4916a8fc44
					
				@ -487,7 +487,6 @@ static int prores_encode_picture(AVCodecContext *avctx, AVFrame *pic,
 | 
				
			|||||||
static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
 | 
					static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
 | 
				
			||||||
                               const AVFrame *pict, int *got_packet)
 | 
					                               const AVFrame *pict, int *got_packet)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    ProresContext* ctx = avctx->priv_data;
 | 
					 | 
				
			||||||
    int header_size = 148;
 | 
					    int header_size = 148;
 | 
				
			||||||
    uint8_t *buf;
 | 
					    uint8_t *buf;
 | 
				
			||||||
    int pic_size, ret;
 | 
					    int pic_size, ret;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user