[FFmpeg-cvslog] r8974 - trunk/libavformat/rtpproto.c

takis subversion
Thu May 10 12:51:00 CEST 2007


Author: takis
Date: Thu May 10 12:51:00 2007
New Revision: 8974

Log:
Typos


Modified:
   trunk/libavformat/rtpproto.c

Modified: trunk/libavformat/rtpproto.c
==============================================================================
--- trunk/libavformat/rtpproto.c	(original)
+++ trunk/libavformat/rtpproto.c	Thu May 10 12:51:00 2007
@@ -138,7 +138,7 @@ static int rtp_open(URLContext *h, const
     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
  */




More information about the ffmpeg-cvslog mailing list