From 8518da23f59d8f5a52f7c1c919f584a119484d0f Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Tue, 27 May 2014 23:04:52 +0200 Subject: ffmpeg: add -devices param FFmpeg mix devices and file formats when -formats option is used. This commit adds a -devices param to list devices only. Signed-off-by: Lukasz Marek Signed-off-by: Michael Niedermayer --- cmdutils_common_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cmdutils_common_opts.h') diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h index 190dba674f..49b5180e37 100644 --- a/cmdutils_common_opts.h +++ b/cmdutils_common_opts.h @@ -6,6 +6,7 @@ { "version" , OPT_EXIT, {.func_arg = show_version}, "show version" }, { "buildconf" , OPT_EXIT, {.func_arg = show_buildconf}, "show build configuration" }, { "formats" , OPT_EXIT, {.func_arg = show_formats }, "show available formats" }, + { "devices" , OPT_EXIT, {.func_arg = show_devices }, "show available devices" }, { "codecs" , OPT_EXIT, {.func_arg = show_codecs }, "show available codecs" }, { "decoders" , OPT_EXIT, {.func_arg = show_decoders }, "show available decoders" }, { "encoders" , OPT_EXIT, {.func_arg = show_encoders }, "show available encoders" }, -- cgit v1.2.3