diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-05-27 09:59:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-27 09:59:00 +0000 |
commit | 41a0df9b819c93aa57d3d069138bbff07c634e65 (patch) | |
tree | 5a3efc75e4d40a20e0a4c5a16ace643f6095b2dd /cmdutils.h | |
parent | ed03be6c49b6c3e88a91e306c79b6b7393115f0d (diff) | |
download | ffmpeg-41a0df9b819c93aa57d3d069138bbff07c634e65.tar.gz |
Update documentation of show_version() to account for latest changes.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index 5faa13276f..96fa208411 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -116,7 +116,6 @@ void show_banner(const char *program_name, int program_birth_year); * Prints the version of the program to stdout. The version message * depends on the current versions of the repository and of the libav* * libraries. - * @param program_name name of the program */ void show_version(void); |