Skip to content
Snippets Groups Projects
Commit 69c12fbb authored by Benoit Fouet's avatar Benoit Fouet
Browse files

Update show_banner date.

Originally committed as revision 11368 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bf22a109
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ void print_error(const char *filename, int err) ...@@ -156,7 +156,7 @@ void print_error(const char *filename, int err)
void show_banner(const char *program_name, int program_birth_year) 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); program_name, program_birth_year);
fprintf(stderr, " configuration: " FFMPEG_CONFIGURATION "\n"); fprintf(stderr, " configuration: " FFMPEG_CONFIGURATION "\n");
fprintf(stderr, " libavutil version: " AV_STRINGIFY(LIBAVUTIL_VERSION) "\n"); fprintf(stderr, " libavutil version: " AV_STRINGIFY(LIBAVUTIL_VERSION) "\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment