OSDN Git Service

Change protocol_mask into protocol, since we always just try a single one per
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 19 Mar 2008 14:07:31 +0000 (14:07 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 19 Mar 2008 14:07:31 +0000 (14:07 +0000)
commit8792f52a9b60a5563aedb2cc98882895a0e54789
treee12ef1611181be51a0df0c201385163bb0473e5b
parent8a8754d80f5ff03cbd2adb355d93737cc61f12ad
Change protocol_mask into protocol, since we always just try a single one per
iteration in make_setup_request(), and cycling between the different protocols
is now done in the calling function, therefore the need for a mask goes away.
This also makes the function somewhat simpler to read.

Discussed and approved in "[PATCH] RTSP alternate protocol 3/4".

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