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
fc490fcf
Commit
fc490fcf
authored
Jun 05, 2010
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics: Reindent/align/wrap
Originally committed as revision 23498 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d0382374
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
rtsp.c
libavformat/rtsp.c
+16
-15
No files found.
libavformat/rtsp.c
View file @
fc490fcf
...
@@ -1069,7 +1069,8 @@ int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
...
@@ -1069,7 +1069,8 @@ int ff_rtsp_send_cmd_with_content(AVFormatContext *s,
retry:
retry:
cur_auth_type
=
rt
->
auth_state
.
auth_type
;
cur_auth_type
=
rt
->
auth_state
.
auth_type
;
if
((
ret
=
ff_rtsp_send_cmd_with_content_async
(
s
,
method
,
url
,
header
,
if
((
ret
=
ff_rtsp_send_cmd_with_content_async
(
s
,
method
,
url
,
header
,
send_content
,
send_content_length
)))
send_content
,
send_content_length
)))
return
ret
;
return
ret
;
if
((
ret
=
ff_rtsp_read_reply
(
s
,
reply
,
content_ptr
,
0
)
)
<
0
)
if
((
ret
=
ff_rtsp_read_reply
(
s
,
reply
,
content_ptr
,
0
)
)
<
0
)
...
...
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