comparison rtsp.c @ 5485:ce42544aa904 libavformat

Fix typo.
author stefano
date Fri, 01 Jan 2010 12:29:22 +0000
parents ee963dbe6ced
children 3192d4161330
comparison
equal deleted inserted replaced
5484:ee963dbe6ced 5485:ce42544aa904
291 } 291 }
292 } 292 }
293 } 293 }
294 } 294 }
295 295
296 /** Parse a string \p in the form of Range:npt=xx-xx, and determine the start 296 /** Parse a string p in the form of Range:npt=xx-xx, and determine the start
297 * and end time. 297 * and end time.
298 * Used for seeking in the rtp stream. 298 * Used for seeking in the rtp stream.
299 */ 299 */
300 static void rtsp_parse_range_npt(const char *p, int64_t *start, int64_t *end) 300 static void rtsp_parse_range_npt(const char *p, int64_t *start, int64_t *end)
301 { 301 {