Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-18 23:47:20 +0300
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-18 23:47:20 +0300
commit13887093fab29cde8b2a76a663013f4f7c427975 (patch)
tree421aaffa39402cfd90a54f559308d7712f47bc02 /cmdutils.c
parentb80218aa530f2508cf5899701ca9e96da80b992d (diff)
FFmpeg is a collective effort so allowing a single name in a banner is
not nice/fair towards the community of developers. Also this looks like the best way for resolving the debate about which is the one person name to be put in the banner. See the thread: Subject: [FFmpeg-devel] [PATCH] Replace "Fabrice Bellard" with "the FFmpeg developers" in the banner Date: Thu, 11 Feb 2010 23:59:12 +0100 Originally committed as revision 21885 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 275c16a060..b21380eef1 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -369,7 +369,7 @@ static void maybe_print_config(const char *lib, const char *cfg)
void show_banner(void)
{
- fprintf(stderr, "%s version " FFMPEG_VERSION ", Copyright (c) %d-%d Fabrice Bellard, et al.\n",
+ fprintf(stderr, "%s version " FFMPEG_VERSION ", Copyright (c) %d-%d the FFmpeg developers\n",
program_name, program_birth_year, this_year);
fprintf(stderr, " built on %s %s with %s %s\n",
__DATE__, __TIME__, CC_TYPE, CC_VERSION);