summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 12:29:22 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 12:29:22 +0000
commitdebe86bfedeb3dce40efb726f8ea28cdf086ed0a (patch)
treed296c8caf6dc3ed10f422e84a7afeb51d4047941
parent702d0a9e85912961d66c62bc2e019ba3290ce78d (diff)
Fix typo.
Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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.
*/