diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-31 08:51:15 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-11 17:29:55 +0200 |
commit | 05bffc12c4faff47aabe08bafe44ee3b31ed5b47 (patch) | |
tree | 7fd91aab6d69830d8eed95940169782d35f49edf /cmdutils.h | |
parent | f1f15c3c1a813c86e669aeb58a07c10d9cc21893 (diff) | |
download | ffmpeg-05bffc12c4faff47aabe08bafe44ee3b31ed5b47.tar.gz |
avconv: move audio_sample_fmt to options context.
Also document it and replace undocumented and inconsistent
'-sample_fmt list' syntax with -sample_fmts.
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 989d769dfe..dc19486834 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -278,6 +278,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. */ |