You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	vf_frei0r: fix missing end of line character
Error introduced in 61b323ce7c.
			
			
This commit is contained in:
		| @@ -242,7 +242,7 @@ static av_cold int frei0r_init(AVFilterContext *ctx, | ||||
|             if (s->dl_handle) | ||||
|                 break;              /* found */ | ||||
|             if (*path) | ||||
|                 path++              /* skip ':' */ | ||||
|                 path++;             /* skip ':' */ | ||||
|         } | ||||
|     } | ||||
|     if (!s->dl_handle && (path = getenv("HOME"))) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user