You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avconv: add -cpuflags option for setting supported cpuflags.
Useful for testing.
This commit is contained in:
		| @@ -320,11 +320,8 @@ void parse_options(void *optctx, int argc, char **argv, const OptionDef *options | ||||
|     } | ||||
| } | ||||
|  | ||||
| /* | ||||
|  * Return index of option opt in argv or 0 if not found. | ||||
|  */ | ||||
| static int locate_option(int argc, char **argv, const OptionDef *options, | ||||
|                          const char *optname) | ||||
| int locate_option(int argc, char **argv, const OptionDef *options, | ||||
|                   const char *optname) | ||||
| { | ||||
|     const OptionDef *po; | ||||
|     int i; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user