You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avutil/avstring: Use proper types
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		| @@ -345,7 +345,7 @@ int av_escape(char **dst, const char *src, const char *special_chars, | ||||
| int av_match_name(const char *name, const char *names) | ||||
| { | ||||
|     const char *p; | ||||
|     int len, namelen; | ||||
|     size_t len, namelen; | ||||
|  | ||||
|     if (!name || !names) | ||||
|         return 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user