From debe86bfedeb3dce40efb726f8ea28cdf086ed0a Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Fri, 1 Jan 2010 12:29:22 +0000
Subject: [PATCH] Fix typo.

Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/rtsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 3bdcbba8d81..69f13e33181 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -293,7 +293,7 @@ static void sdp_parse_fmtp(AVStream *st, const char *p)
     }
 }
 
-/** 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.
  */
-- 
GitLab