summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffplay.c b/ffplay.c
index d1842bdf58..02d0dc4632 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -39,7 +39,7 @@
#undef exit
-static const char program_name[] = "FFplay";
+const char program_name[] = "FFplay";
static const int program_birth_year = 2003;
//#define DEBUG_SYNC
@@ -2440,7 +2440,7 @@ static void opt_show_help(void)
static void opt_show_version(void)
{
- show_version(program_name);
+ show_version();
exit(0);
}