diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-05-21 23:36:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-05-21 23:36:32 +0000 |
commit | 64555bd9b1596dca0aeac8ffe533ddca62356b80 (patch) | |
tree | 19033ca9533a8a9aab70467cea3dae417d8031a2 /ffserver.c | |
parent | a0b3bcd9fe8503c8e842972f7ea7f83770911b73 (diff) | |
download | ffmpeg-64555bd9b1596dca0aeac8ffe533ddca62356b80.tar.gz |
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
Diffstat (limited to 'ffserver.c')
-rw-r--r-- | ffserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c index 1cbc874720..08a73be969 100644 --- a/ffserver.c +++ b/ffserver.c @@ -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[]; |