diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:29:22 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:29:22 +0000 |
commit | debe86bfedeb3dce40efb726f8ea28cdf086ed0a (patch) | |
tree | d296c8caf6dc3ed10f422e84a7afeb51d4047941 /libavformat/rtsp.c | |
parent | 702d0a9e85912961d66c62bc2e019ba3290ce78d (diff) | |
download | ffmpeg-debe86bfedeb3dce40efb726f8ea28cdf086ed0a.tar.gz |
Fix typo.
Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r-- | libavformat/rtsp.c | 2 |
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. */ |