summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-05-21 23:36:32 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-05-21 23:36:32 +0000
commit64555bd9b1596dca0aeac8ffe533ddca62356b80 (patch)
tree19033ca9533a8a9aab70467cea3dae417d8031a2 /cmdutils.c
parenta0b3bcd9fe8503c8e842972f7ea7f83770911b73 (diff)
Do not pass program_name as argument to show_version(), this allows some
future simplifications. Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index c1edeb907f..04130ffa32 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -216,7 +216,7 @@ void show_banner(const char *program_name, int program_birth_year)
#endif
}
-void show_version(const char *program_name) {
+void show_version(void) {
/* TODO: add function interface to avutil and avformat avdevice*/
printf("%s " FFMPEG_VERSION "\n", program_name);
printf("libavutil %d\n"