OSDN Git Service

Split the sdp_read_packet() function out of rtsp_read_packet().
authorLuca Abeni <lucabe72@email.it>
Thu, 12 Nov 2009 15:34:17 +0000 (15:34 +0000)
committerLuca Abeni <lucabe72@email.it>
Thu, 12 Nov 2009 15:34:17 +0000 (15:34 +0000)
commit987131828cf7457fe995d1469a3cae9b55b2d70b
tree4572206585651b44d6326f865c91f27c6bbc90d1
parent1ced9da357020f9e8128d23cff1276b68665d5ca
Split the sdp_read_packet() function out of rtsp_read_packet().
This allows to avoid compiling RTSP code when not needed.

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