OSDN Git Service

Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet.
authorMartin Storsjö <martin@martin.st>
Mon, 15 Mar 2010 16:36:20 +0000 (16:36 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 15 Mar 2010 16:36:20 +0000 (16:36 +0000)
commitad2ae6dbafe262f8755026e23015488a8b23d7ca
treebd5a616430b3612d526186f062092ae6b98ef220
parentec55edba312199245d7b830284b861673d27e999
Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet.
Skip interleaved packets manually and recheck if there's more to be read.

Originally committed as revision 22548 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtspenc.c