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
b16b8c81
Commit
b16b8c81
authored
Jul 27, 2015
by
Reynaldo H. Verdejo Pinochet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffserver: drop superfluous else clause
Signed-off-by:
Reynaldo H. Verdejo Pinochet
<
reynaldo@osg.samsung.com
>
parent
c75bc268
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ffserver.c
ffserver.c
+1
-2
No files found.
ffserver.c
View file @
b16b8c81
...
@@ -2541,9 +2541,8 @@ static int http_start_receive_data(HTTPContext *c)
...
@@ -2541,9 +2541,8 @@ static int http_start_receive_data(HTTPContext *c)
http_log
(
"Error reading write index from feed file '%s': %s
\n
"
,
http_log
(
"Error reading write index from feed file '%s': %s
\n
"
,
c
->
stream
->
feed_filename
,
strerror
(
errno
));
c
->
stream
->
feed_filename
,
strerror
(
errno
));
return
ret
;
return
ret
;
}
else
{
c
->
stream
->
feed_write_index
=
ret
;
}
}
c
->
stream
->
feed_write_index
=
ret
;
}
}
c
->
stream
->
feed_write_index
=
FFMAX
(
ffm_read_write_index
(
fd
),
c
->
stream
->
feed_write_index
=
FFMAX
(
ffm_read_write_index
(
fd
),
...
...
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