[FFmpeg-cvslog] r24737 - in trunk: libavcodec/alsdec.c libavformat/rtsp.c

siretart subversion
Sat Aug 7 16:11:43 CEST 2010


Author: siretart
Date: Sat Aug  7 16:11:43 2010
New Revision: 24737

Log:
Fix spelling in comment(s)

Modified:
   trunk/libavcodec/alsdec.c
   trunk/libavformat/rtsp.c

Modified: trunk/libavcodec/alsdec.c
==============================================================================
--- trunk/libavcodec/alsdec.c	Sat Aug  7 14:30:44 2010	(r24736)
+++ trunk/libavcodec/alsdec.c	Sat Aug  7 16:11:43 2010	(r24737)
@@ -41,7 +41,7 @@
 #include <stdint.h>
 
 /** Rice parameters and corresponding index offsets for decoding the
- *  indices of scaled PARCOR values. The table choosen is set globally
+ *  indices of scaled PARCOR values. The table chosen is set globally
  *  by the encoder and stored in ALSSpecificConfig.
  */
 static const int8_t parcor_rice_table[3][20][2] = {

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Sat Aug  7 14:30:44 2010	(r24736)
+++ trunk/libavformat/rtsp.c	Sat Aug  7 16:11:43 2010	(r24737)
@@ -1129,7 +1129,7 @@ static int make_setup_request(AVFormatCo
             rt->transport = reply->transports[0].transport;
         }
 
-        /* close RTP connection if not choosen */
+        /* close RTP connection if not chosen */
         if (reply->transports[0].lower_transport != RTSP_LOWER_TRANSPORT_UDP &&
             (lower_transport == RTSP_LOWER_TRANSPORT_UDP)) {
             url_close(rtsp_st->rtp_handle);



More information about the ffmpeg-cvslog mailing list