OSDN Git Service

rtsp: Check if the rtp stream actually has an RTPDemuxContext
authorMartin Storsjö <martin@martin.st>
Mon, 27 Dec 2010 09:56:19 +0000 (09:56 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 27 Dec 2010 09:56:19 +0000 (09:56 +0000)
commit9e99f84f7d4fabbbf224da152eacd8f4a50b7bd3
tree66190533f6dd577ae2dea0db89cafa8a3e838402
parent106f271fdcdccfedff4554a5377a13e443d9ede3
rtsp: Check if the rtp stream actually has an RTPDemuxContext

For example MS-RTSP doesn't have RTPDemuxContexts for all streams.

This fixes issue 2448.

Originally committed as revision 26107 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c