avcodec/snow: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							parent
							
								
									1b03448385
								
							
						
					
					
						commit
						a3f752bcee
					
				@ -645,8 +645,6 @@ void ff_snow_release_buffer(AVCodecContext *avctx)
 | 
			
		||||
int ff_snow_frame_start(SnowContext *s){
 | 
			
		||||
   AVFrame *tmp;
 | 
			
		||||
   int i, ret;
 | 
			
		||||
   int w= s->avctx->width; //FIXME round up to x16 ?
 | 
			
		||||
   int h= s->avctx->height;
 | 
			
		||||
 | 
			
		||||
    ff_snow_release_buffer(s->avctx);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user