You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avplay: Accept cpuflags option
Quite useful for debugging. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
		| @@ -71,6 +71,11 @@ void uninit_opts(void); | ||||
|  */ | ||||
| void log_callback_help(void* ptr, int level, const char* fmt, va_list vl); | ||||
|  | ||||
| /** | ||||
|  * Override the cpuflags mask. | ||||
|  */ | ||||
| int opt_cpuflags(void *optctx, const char *opt, const char *arg); | ||||
|  | ||||
| /** | ||||
|  * Fallback for options that are not explicitly handled, these will be | ||||
|  * parsed through AVOptions. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user