summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-01 17:26:15 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-01 17:26:15 +0000
commit3e66a74072dc306742ab02e41fed9d551a7594bc (patch)
tree69a73602df2f2e03da69abf1eb1729e393959b98 /ffmpeg.c
parent4336886c520c82d2f1a8e62a158a6a69874d4a5a (diff)
Update copyright year and mention other copyright holders.
Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 445498615c..580f628007 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3846,7 +3846,7 @@ const OptionDef options[] = {
static void show_banner(void)
{
- fprintf(stderr, "FFmpeg version " FFMPEG_VERSION ", Copyright (c) 2000-2004 Fabrice Bellard\n");
+ fprintf(stderr, "FFmpeg version " FFMPEG_VERSION ", Copyright (c) 2000-2006 Fabrice Bellard, et al.\n");
fprintf(stderr, " configuration: " FFMPEG_CONFIGURATION "\n");
fprintf(stderr, " libavutil version: " AV_STRINGIFY(LIBAVUTIL_VERSION) "\n");
fprintf(stderr, " libavcodec version: " AV_STRINGIFY(LIBAVCODEC_VERSION) "\n");