From 786dadc014fd2bb690ec254272c809c1d3f41866 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 30 Jul 2012 00:34:01 +0200 Subject: cmdutils: add -layouts option. Extract of the output: | Individual channels: | NAME DESCRIPTION | FL front left | FR front right | | SDR surround direct right | | Standard channel layouts: | NAME DECOMPOSITION | mono FC | stereo FL+FR | | octagonal FL+FR+FC+BL+BR+BC+SL+SR | downmix DL+DR --- 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 b4892bbfe6..bfd71feb7d 100644 --- a/cmdutils_common_opts.h +++ b/cmdutils_common_opts.h @@ -12,6 +12,7 @@ { "protocols" , OPT_EXIT, {.func_arg = show_protocols}, "show available protocols" }, { "filters" , OPT_EXIT, {.func_arg = show_filters }, "show available filters" }, { "pix_fmts" , OPT_EXIT, {.func_arg = show_pix_fmts }, "show available pixel formats" }, + { "layouts" , OPT_EXIT, {.func_arg = show_layouts }, "show standard channel layouts" }, { "sample_fmts", OPT_EXIT, {.func_arg = show_sample_fmts }, "show available audio sample formats" }, { "loglevel" , HAS_ARG, {.func_arg = opt_loglevel}, "set libav* logging level", "loglevel" }, { "v", HAS_ARG, {.func_arg = opt_loglevel}, "set libav* logging level", "loglevel" }, -- cgit v1.2.3