summaryrefslogtreecommitdiff
path: root/ffplay.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 /ffplay.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 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index be9972b262..679473cdd7 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2385,7 +2385,7 @@ const OptionDef options[] = {
void show_help(void)
{
- printf("ffplay version " FFMPEG_VERSION ", Copyright (c) 2003 Fabrice Bellard\n"
+ printf("ffplay version " FFMPEG_VERSION ", Copyright (c) 2003-2006 Fabrice Bellard, et al.\n"
"usage: ffplay [options] input_file\n"
"Simple media player\n");
printf("\n");