From 8447f0bd74e979da5a0ba02e3c2d1abf02f9e6ec Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 19 Nov 2009 16:35:55 +0000 Subject: Split show_formats(). Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 826f000..efc8d02 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -158,6 +158,24 @@ void show_license(void); void show_formats(void); /** + * Prints a listing containing all the codecs supported by the + * program. + */ +void show_codecs(void); + +/** + * Prints a listing containing all the bit stream filters supported by the + * program. + */ +void show_bsfs(void); + +/** + * Prints a listing containing all the protocols supported by the + * program. + */ +void show_protocols(void); + +/** * Returns a positive value if reads from standard input a line * starting with [yY], otherwise returns 0. */ -- cgit v1.1