Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f69bb0cc
Commit
f69bb0cc
authored
Jun 22, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge declaration and init
Originally committed as revision 13861 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
2b9cd1e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
ffserver.c
ffserver.c
+2
-4
No files found.
ffserver.c
View file @
f69bb0cc
...
...
@@ -292,10 +292,10 @@ static int ffserver_daemon;
static
int
no_launch
;
static
int
need_to_start_children
;
static
int
nb_max_connections
;
static
int
nb_max_connections
=
5
;
static
int
nb_connections
;
static
uint64_t
max_bandwidth
;
static
uint64_t
max_bandwidth
=
1000
;
static
uint64_t
current_bandwidth
;
static
int64_t
cur_time
;
// Making this global saves on passing it around everywhere
...
...
@@ -4463,8 +4463,6 @@ int main(int argc, char **argv)
av_init_random
(
av_gettime
()
+
(
getpid
()
<<
16
),
&
random_state
);
nb_max_connections
=
5
;
max_bandwidth
=
1000
;
first_stream
=
NULL
;
memset
(
&
sigact
,
0
,
sizeof
(
sigact
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment