summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-23 15:19:17 +0200
committerDiego Biurrun <diego@biurrun.de>2011-04-23 19:12:24 +0200
commit89b503b55f2b2713f1c3cc8981102c1a7b663281 (patch)
tree51063787a761555dbefadaea764ab8b2b289545c /ffplay.c
parent3a50894eaaad3d5a7ec9bad99c08ecb8305c51c1 (diff)
Lowercase all ff* program names.
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 766d5caf9c..18010ef076 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1,5 +1,5 @@
/*
- * FFplay : Simple Media Player based on the Libav libraries
+ * ffplay : Simple Media Player based on the Libav libraries
* Copyright (c) 2003 Fabrice Bellard
*
* This file is part of Libav.
@@ -55,7 +55,7 @@
#include <unistd.h>
#include <assert.h>
-const char program_name[] = "FFplay";
+const char program_name[] = "ffplay";
const int program_birth_year = 2003;
//#define DEBUG