diff options
author | Luca Abeni <lucabe72@email.it> | 2007-11-14 07:45:15 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2007-11-14 07:45:15 +0000 |
commit | 66c49825da10449a1d6c0e4cc4608523ff82c0ba (patch) | |
tree | 6ea376f4ab89a65c6f4ba3bcfc7889db93e2f38c /libavformat | |
parent | 9cdcb04f5a536da3c66323773ebc37c22d5e056b (diff) | |
download | ffmpeg-66c49825da10449a1d6c0e4cc4608523ff82c0ba.tar.gz |
Remove a now unused field
Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/udp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/udp.c b/libavformat/udp.c index 92c6505c01..65bd0a0ed3 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -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; |