Mercurial > libavformat.hg
diff rtpproto.c @ 2079:c5a3a1f884a4 libavformat
Typos
| author | takis |
|---|---|
| date | Thu, 10 May 2007 10:51:00 +0000 |
| parents | eeea52739ff3 |
| children | 5ce5fad0dfac |
line wrap: on
line diff
--- a/rtpproto.c Thu May 10 10:15:15 2007 +0000 +++ b/rtpproto.c Thu May 10 10:51:00 2007 +0000 @@ -138,7 +138,7 @@ 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 @@ } /** - * 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 */
