changeset 5485:ce42544aa904 libavformat

Fix typo.
author stefano
date Fri, 01 Jan 2010 12:29:22 +0000
parents ee963dbe6ced
children 0794c77c3c46
files rtsp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Fri Jan 01 12:28:18 2010 +0000
+++ b/rtsp.c	Fri Jan 01 12:29:22 2010 +0000
@@ -293,7 +293,7 @@
     }
 }
 
-/** 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.
  */