mirror of https://git.ffmpeg.org/ffmpeg.git
Update copyright year
Originally committed as revision 9432 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
767571051d
commit
dab57ec5f0
2
ffplay.c
2
ffplay.c
|
@ -2493,7 +2493,7 @@ const OptionDef options[] = {
|
|||
|
||||
void show_help(void)
|
||||
{
|
||||
printf("ffplay version " FFMPEG_VERSION ", Copyright (c) 2003-2006 Fabrice Bellard, et al.\n"
|
||||
printf("ffplay version " FFMPEG_VERSION ", Copyright (c) 2003-2007 Fabrice Bellard, et al.\n"
|
||||
"usage: ffplay [options] input_file\n"
|
||||
"Simple media player\n");
|
||||
printf("\n");
|
||||
|
|
Loading…
Reference in New Issue