diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-01 17:26:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-01 17:26:15 +0000 |
commit | 3e66a74072dc306742ab02e41fed9d551a7594bc (patch) | |
tree | 69a73602df2f2e03da69abf1eb1729e393959b98 /ffplay.c | |
parent | 4336886c520c82d2f1a8e62a158a6a69874d4a5a (diff) | |
download | ffmpeg-3e66a74072dc306742ab02e41fed9d551a7594bc.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |