Remove unused code that used to handle protocol concatenation, i.e. trying
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 04:47:44 +0000 (04:47 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 04:47:44 +0000 (04:47 +0000)
commit0ad306bc818c48035af204c350ce136787178dc2
treef3e996b3a75c910b90e24beedb5fc449a9e37b5d
parent063ad8205aecdbad62dc658d250001c14ad0ef7b
Remove unused code that used to handle protocol concatenation, i.e. trying
multiple protocols at the same time. We now cycle protocols individually
to autodetect, making this code no longer needed, and thus the support code
for it in make_setup_request() can be removed. See "[PATCH] remove transport
concatenation dead code" on mailinglist.

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