git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e968c
)
Make ffserver show a banner at startup.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Fri, 28 Sep 2007 15:09:06 +0000
(15:09 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Fri, 28 Sep 2007 15:09:06 +0000
(15:09 +0000)
Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 10607 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c
patch
|
blob
|
history
diff --git
a/ffserver.c
b/ffserver.c
index
ef96078
..
5368540
100644
(file)
--- 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];