ffplay: reindent and remove pointless cast in audio_decode_frame() code
This commit is contained in:
		
							parent
							
								
									a3fa27e366
								
							
						
					
					
						commit
						394130efe3
					
				
							
								
								
									
										2
									
								
								ffplay.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ffplay.c
									
									
									
									
									
								
							@ -2131,7 +2131,7 @@ static int audio_decode_frame(VideoState *is)
 | 
			
		||||
                                                 0, NULL);
 | 
			
		||||
                if (!is->swr_ctx || swr_init(is->swr_ctx) < 0) {
 | 
			
		||||
                    fprintf(stderr, "Cannot create sample rate converter for conversion of %d Hz %s %d channels to %d Hz %s %d channels!\n",
 | 
			
		||||
                        is->frame->sample_rate,   av_get_sample_fmt_name(is->frame->format), (int)is->frame->channels,
 | 
			
		||||
                            is->frame->sample_rate, av_get_sample_fmt_name(is->frame->format), is->frame->channels,
 | 
			
		||||
                            is->audio_tgt.freq, av_get_sample_fmt_name(is->audio_tgt.fmt), is->audio_tgt.channels);
 | 
			
		||||
                    break;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user