aacdec: remove a duplicated line
got_frame_ptr is set again after the if block. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							00f5c8f98d
						
					
				
				
					commit
					a7c0c79333
				
			@@ -3079,7 +3079,6 @@ static int aac_decode_frame_int(AVCodecContext *avctx, void *data,
 | 
			
		||||
        goto fail;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    *got_frame_ptr = !!samples;
 | 
			
		||||
    if (samples) {
 | 
			
		||||
        ac->frame->nb_samples = samples;
 | 
			
		||||
        ac->frame->sample_rate = avctx->sample_rate;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user