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
This commit is contained in:
Stefano Sabatini
2008-05-22 12:55:35 +00:00
committed by Panagiotis Issaris
parent 8fdea2042e
commit ba9880c13a
3 changed files with 130 additions and 124 deletions

View File

@ -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 */