X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils_common_opts.h;h=3a731f2bf92626579bb21d689bd43bc942ac6160;hb=6080553e6e56a9bbdb9bda13420fd586a11a7d67;hp=8e680490fef02b45b6aafa848ab053d0bad0e27e;hpb=e2cc3311246376e902f0defc6c57bd554babcf39;p=ffmpeg diff --git a/cmdutils_common_opts.h b/cmdutils_common_opts.h index 8e680490fef..3a731f2bf92 100644 --- a/cmdutils_common_opts.h +++ b/cmdutils_common_opts.h @@ -10,4 +10,5 @@ { "protocols", OPT_EXIT, {(void*)opt_protocols}, "show available protocols" }, { "filters", OPT_EXIT, {(void*)opt_filters }, "show available filters" }, { "pix_fmts" , OPT_EXIT, {(void*)opt_pix_fmts }, "show available pixel formats" }, + { "sample_fmts", OPT_EXIT, {.func_arg = show_sample_fmts }, "show available audio sample formats" }, { "loglevel", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" },