avfilter/af_asr: remove unecessary initializer from layouts
Fixes compilation with msvc. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
		
							parent
							
								
									ef6a5c98fb
								
							
						
					
					
						commit
						d98de855a8
					
				@ -131,8 +131,8 @@ static int query_formats(const AVFilterContext *ctx,
 | 
				
			|||||||
        AV_SAMPLE_FMT_NONE,
 | 
					        AV_SAMPLE_FMT_NONE,
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    static const AVChannelLayout layouts[] = {
 | 
					    static const AVChannelLayout layouts[] = {
 | 
				
			||||||
        (AVChannelLayout)AV_CHANNEL_LAYOUT_MONO,
 | 
					        AV_CHANNEL_LAYOUT_MONO,
 | 
				
			||||||
        (AVChannelLayout){ .nb_channels = 0 },
 | 
					        { .nb_channels = 0 },
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const ASRContext *s = ctx->priv;
 | 
					    const ASRContext *s = ctx->priv;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user