mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user