Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
authorLuca Abeni <lucabe72@email.it>
Fri, 16 Nov 2007 07:59:41 +0000 (07:59 +0000)
committerLuca Abeni <lucabe72@email.it>
Fri, 16 Nov 2007 07:59:41 +0000 (07:59 +0000)
commit7ed19d7fbfc0dda44d401388db06b245f07d206f
tree1d834bdda316cba0989eb7481d53829731748f4a
parentb5298028b050d8c20d741c5219c1b0d2304c9391
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
code (this is needed for supporting MPEG2 video in the RTP muxer)

Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtp.c
libavformat/rtp_internal.h
libavformat/rtsp.c