mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 2007 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d55e93e48b
commit
cc74aafbc6
@ -116,6 +116,7 @@ static int udp_open(URLContext *h, const char *uri, int flags)
|
||||
h->priv_data = s;
|
||||
s->ttl = 16;
|
||||
s->is_multicast = 0;
|
||||
s->local_port = 0;
|
||||
p = strchr(uri, '?');
|
||||
if (p) {
|
||||
s->is_multicast = find_info_tag(buf, sizeof(buf), "multicast", p);
|
||||
|
Loading…
Reference in New Issue
Block a user