diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-09-28 15:09:06 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-09-28 15:09:06 +0000 |
commit | 3578e9a072308696f97c99598b5e5318fd165eb8 (patch) | |
tree | 258420c8a2e2be38f532e1f30cf8cd63669e7e86 /ffserver.c | |
parent | 28e968c4a4f2298de5dab736ae0934cc168aa2ca (diff) | |
download | ffmpeg-3578e9a072308696f97c99598b5e5318fd165eb8.tar.gz |
Make ffserver show a banner at startup.
Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 10607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r-- | ffserver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ffserver.c b/ffserver.c index ef96078766..536854041d 100644 --- a/ffserver.c +++ b/ffserver.c @@ -4361,6 +4361,8 @@ int main(int argc, char **argv) av_register_all(); + show_banner(program_name, program_birth_year); + config_filename = "/etc/ffserver.conf"; my_program_name = argv[0]; |