summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 3bdcbba8d8..69f13e3318 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.
*/