You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cmdutils: re-add return 0 accidentally remove from opt_protocols().
This commit is contained in:
		| @@ -860,6 +860,7 @@ int opt_protocols(const char *opt, const char *arg) | ||||
|     printf("Output:\n"); | ||||
|     while ((name = avio_enum_protocols(&opaque, 1))) | ||||
|         printf("%s\n", name); | ||||
|     return 0; | ||||
| } | ||||
|  | ||||
| int opt_filters(const char *opt, const char *arg) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user