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

stefano subversion
Fri Jan 1 13:29:22 CET 2010


Author: stefano
Date: Fri Jan  1 13:29:22 2010
New Revision: 20990

Log:
Fix typo.

Modified:
   trunk/libavformat/rtsp.c

Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c	Fri Jan  1 13:28:18 2010	(r20989)
+++ trunk/libavformat/rtsp.c	Fri Jan  1 13:29:22 2010	(r20990)
@@ -293,7 +293,7 @@ static void sdp_parse_fmtp(AVStream *st,
     }
 }
 
-/** Parse a string \p in the form of Range:npt=xx-xx, and determine the start
+/** Parse a string p in the form of Range:npt=xx-xx, and determine the start
  *  and end time.
  *  Used for seeking in the rtp stream.
  */



More information about the ffmpeg-cvslog mailing list