diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-05-10 10:51:00 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-05-10 10:51:00 +0000 |
commit | b484ec78e8c3db1d7475ec53abce752c8ea0fb1e (patch) | |
tree | 16341fbe27cc39c175ee8fd9129dc821672ca5fe /libavformat/rtpproto.c | |
parent | e4dd03f39585b76a1349214730ad7f1672f6e991 (diff) | |
download | ffmpeg-b484ec78e8c3db1d7475ec53abce752c8ea0fb1e.tar.gz |
Typos
Originally committed as revision 8974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r-- | libavformat/rtpproto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 369a8057d2..73f07c6ccd 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -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 */ |