Commit 194cf563 authored by takis's avatar takis

Typos


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8974 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 68ae5ea3
......@@ -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 connexion if the port is not even */
/* XXX: need to open another connection 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 connexion
* Return the local port used by the RTP connection
* @param s1 media file context
* @return the local port number
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment