From f825d42bccdb9f89669a586951de7f66a81e80a5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 14 Oct 2013 05:41:45 +0200 Subject: avplay: Accept cpuflags option Quite useful for debugging. Signed-off-by: Luca Barbato --- cmdutils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 997ba1c750..f1b69f95b7 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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. -- cgit v1.2.3