From ea9c581f6100afc50aad4cf8f405ec9749144f71 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 29 May 2008 08:48:51 +0000 Subject: Simplify show_banner() so that it does not require arguments, similar to what was previously done with show_version(). patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 62915d2e65..204d64eb90 100644 --- a/ffplay.c +++ b/ffplay.c @@ -40,7 +40,7 @@ #undef exit const char program_name[] = "FFplay"; -static const int program_birth_year = 2003; +const int program_birth_year = 2003; //#define DEBUG_SYNC @@ -2509,7 +2509,7 @@ int main(int argc, char **argv) avdevice_register_all(); av_register_all(); - show_banner(program_name, program_birth_year); + show_banner(); parse_options(argc, argv, options, opt_input_file); -- cgit v1.2.3