Do not pass program_name as argument to show_version(), this allows some
future simplifications. Originally committed as revision 13232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
#undef exit
|
||||
|
||||
static const char program_name[] = "FFserver";
|
||||
const char program_name[] = "FFserver";
|
||||
static const int program_birth_year = 2000;
|
||||
|
||||
static const OptionDef options[];
|
||||
|
Reference in New Issue
Block a user