mirror of https://git.ffmpeg.org/ffmpeg.git
Remove a now unused field
Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9cdcb04f5a
commit
66c49825da
|
@ -34,7 +34,6 @@ typedef struct {
|
|||
int local_port;
|
||||
int reuse_socket;
|
||||
#ifndef CONFIG_IPV6
|
||||
struct ip_mreq mreq;
|
||||
struct sockaddr_in dest_addr;
|
||||
#else
|
||||
struct sockaddr_storage dest_addr;
|
||||
|
|
Loading…
Reference in New Issue