From 05bffc12c4faff47aabe08bafe44ee3b31ed5b47 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 31 Aug 2011 08:51:15 +0200 Subject: avconv: move audio_sample_fmt to options context. Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts. --- cmdutils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 989d769dfe..dc19486834 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -277,6 +277,12 @@ void show_protocols(void); */ void show_pix_fmts(void); +/** + * Print a listing containing all the sample formats supported by the + * program. + */ +int show_sample_fmts(const char *opt, const char *arg); + /** * Return a positive value if a line read from standard input * starts with [yY], otherwise return 0. -- cgit v1.2.3