Commit 69c12fbb authored by Benoit Fouet's avatar Benoit Fouet

Update show_banner date.

Originally committed as revision 11368 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bf22a109
......@@ -156,7 +156,7 @@ void print_error(const char *filename, int err)
void show_banner(const char *program_name, int program_birth_year)
{
fprintf(stderr, "%s version " FFMPEG_VERSION ", Copyright (c) %d-2007 Fabrice Bellard, et al.\n",
fprintf(stderr, "%s version " FFMPEG_VERSION ", Copyright (c) %d-2008 Fabrice Bellard, et al.\n",
program_name, program_birth_year);
fprintf(stderr, " configuration: " FFMPEG_CONFIGURATION "\n");
fprintf(stderr, " libavutil version: " AV_STRINGIFY(LIBAVUTIL_VERSION) "\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment