You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/f_streamselect: check if map is available
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
		| @@ -267,7 +267,7 @@ static av_cold int init(AVFilterContext *ctx) | ||||
|     if (!strcmp(ctx->filter->name, "astreamselect")) | ||||
|         s->is_audio = 1; | ||||
|  | ||||
|     for (;;) { | ||||
|     for (; map;) { | ||||
|         char *p; | ||||
|  | ||||
|         strtol(map, &p, 0); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user