Remove unused code that used to handle protocol concatenation, i.e. trying
commit6c5da182ff09d3544cb37aad959e4b7e77c60e0f
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 04:47:44 +0000 (3 04:47 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 04:47:44 +0000 (3 04:47 +0000)
treea08ae8b9a2a854a1da677717f2b278a421a943be
parent816e81a90898d90ab8c763825873b2b5d27f3088
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15172 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/rtsp.c