You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cmdutils: fix -fdebug without -v xy
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -14,6 +14,7 @@ | ||||
|     { "loglevel", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" }, | ||||
|     { "v", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" }, | ||||
|     { "debug", HAS_ARG, {(void*)opt_codec_debug}, "set debug flags", "flags" }, | ||||
|     { "fdebug", HAS_ARG, {(void*)opt_codec_debug}, "set debug flags", "flags" }, | ||||
|     { "report", 0, {(void*)opt_report}, "generate a report" }, | ||||
|     { "max_alloc", HAS_ARG, {(void*)opt_max_alloc}, "set maximum size of a single allocated block", "bytes" }, | ||||
|     { "cpuflags", HAS_ARG | OPT_EXPERT, {(void*)opt_cpuflags}, "force specific cpu flags", "flags" }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user