You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	10l in r7174 caused all options to be treated as filenames.
Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -59,7 +59,7 @@ static const OptionDef* find_option(const OptionDef *po, const char *name){ | ||||
| void parse_options(int argc, char **argv, const OptionDef *options) | ||||
| { | ||||
|     const char *opt, *arg; | ||||
|     int optindex, handleoptions; | ||||
|     int optindex, handleoptions=1; | ||||
|     const OptionDef *po; | ||||
|  | ||||
|     /* parse options */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user