From ba9880c13a8f036935107c76f8a84fc657485a52 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 22 May 2008 12:55:35 +0000 Subject: Move show_formats() to cmdutils.c. Patch by: Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13236 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 2e46ade7d0..5faa13276f 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -126,4 +126,10 @@ void show_version(void); */ void show_license(void); +/** + * Prints a listing containing all the formats supported by the + * program. + */ +void show_formats(void); + #endif /* FFMPEG_CMDUTILS_H */ -- cgit v1.2.3