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
b484ec78
Commit
b484ec78
authored
May 10, 2007
by
Panagiotis Issaris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos
Originally committed as revision 8974 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e4dd03f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rtpproto.c
libavformat/rtpproto.c
+2
-2
No files found.
libavformat/rtpproto.c
View file @
b484ec78
...
...
@@ -138,7 +138,7 @@ static int rtp_open(URLContext *h, const char *uri, int flags)
if
(
url_open
(
&
s
->
rtp_hd
,
buf
,
flags
)
<
0
)
goto
fail
;
local_port
=
udp_get_local_port
(
s
->
rtp_hd
);
/* XXX: need to open another conne
x
ion if the port is not even */
/* XXX: need to open another conne
ct
ion if the port is not even */
/* well, should suppress localport in path */
...
...
@@ -265,7 +265,7 @@ static int rtp_close(URLContext *h)
}
/**
* Return the local port used by the RTP conne
x
ion
* Return the local port used by the RTP conne
ct
ion
* @param s1 media file context
* @return the local port number
*/
...
...
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