OSDN Git Service

rtsp: use strtoul to parse rtptime and seq values.
authorIlya <ilyaDOTilba@gmail.com>
Sat, 26 Mar 2011 16:13:36 +0000 (17:13 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 24 May 2011 17:11:28 +0000 (19:11 +0200)
commit4515f9b58a51eb0af81c1ed1fd99889fcdc5ae91
tree5c15034076512bd6ea60a382a3a021870678afc4
parentd980d7b1295290cedd978ef53118513838aa1484
rtsp: use strtoul to parse rtptime and seq values.

strtol could return negative values, leading to various error messages,
mainly "non-monotonically increasing dts".

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/rtsp.c