You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avconv: remove an unused variable
This commit is contained in:
		| @@ -507,7 +507,6 @@ int configure_filtergraph(FilterGraph *fg) | ||||
|         OutputStream *ost = fg->outputs[0]->ost; | ||||
|         char args[512]; | ||||
|         AVDictionaryEntry *e = NULL; | ||||
|         const AVClass *rc = avresample_get_class(); | ||||
|  | ||||
|         snprintf(args, sizeof(args), "flags=0x%X", (unsigned)ost->sws_flags); | ||||
|         fg->graph->scale_sws_opts = av_strdup(args); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user