mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-30 20:16:42 +08:00 
			
		
		
		
	avfiltergraph: put variables used in #if 0 code themselfs under #if 0
Fixes unused variable warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -271,10 +271,12 @@ static int insert_conv_filter(AVFilterGraph *graph, AVFilterLink *link, | ||||
| static int query_formats(AVFilterGraph *graph, AVClass *log_ctx) | ||||
| { | ||||
|     int i, j, ret; | ||||
| #if 0 | ||||
|     char filt_args[128]; | ||||
|     AVFilterFormats *formats; | ||||
|     AVFilterChannelLayouts *chlayouts; | ||||
|     AVFilterFormats *samplerates; | ||||
| #endif | ||||
|     int scaler_count = 0, resampler_count = 0; | ||||
|  | ||||
|     for (j = 0; j < 2; j++) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer