[FFmpeg-cvslog] r22720 - trunk/libavformat/rtsp.c

Stefano Sabatini stefano.sabatini-lala
Tue Mar 30 00:00:22 CEST 2010


On date Monday 2010-03-29 21:17:49 +0200, reimar wrote:
> Author: reimar
> Date: Mon Mar 29 21:17:49 2010
> New Revision: 22720
> 
> Log:
> Some spelling fixes.
> 
> Modified:
>    trunk/libavformat/rtsp.c
> 
> Modified: trunk/libavformat/rtsp.c
> ==============================================================================
> --- trunk/libavformat/rtsp.c	Mon Mar 29 19:37:03 2010	(r22719)
> +++ trunk/libavformat/rtsp.c	Mon Mar 29 21:17:49 2010	(r22720)
> @@ -46,7 +46,7 @@
>  int rtsp_default_protocols = (1 << RTSP_LOWER_TRANSPORT_UDP);
>  #endif
>  
> -/* Timout values for socket select, in ms,
> +/* Timeout values for socket select, in ms,
>   * and read_packet(), in seconds  */
>  #define SELECT_TIMEOUT_MS 100
>  #define READ_PACKET_TIMEOUT_S 10
> @@ -232,7 +232,7 @@ typedef struct {
>      uint32_t    offset;
>  } AttrNameMap;
>  
> -/* All known fmtp parmeters and the corresping RTPAttrTypeEnum */
> +/* All known fmtp parameters and the corresponding RTPAttrTypeEnum */
>  #define ATTR_NAME_TYPE_INT 0
>  #define ATTR_NAME_TYPE_STR 1
>  static const AttrNameMap attr_names[]=
> @@ -252,7 +252,7 @@ static const AttrNameMap attr_names[]=
>      { NULL, -1, -1 },
>  };
>  
> -/* parse the attribute line from the fmtp a line of an sdp resonse. This
> +/* parse the attribute line from the fmtp a line of an sdp response. This

Shouldn't this be "parses"?

Regards.



More information about the ffmpeg-cvslog mailing list