mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
28e968c4a4
commit
3578e9a072
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user