Mercurial > libavformat.hg
diff rtsp.c @ 5485:ce42544aa904 libavformat
Fix typo.
author | stefano |
---|---|
date | Fri, 01 Jan 2010 12:29:22 +0000 |
parents | ee963dbe6ced |
children | 3192d4161330 |
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. */