[SCM] libav/experimental: Remove a now unused field

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:26 UTC 2013


The following commit has been merged in the experimental branch:
commit 66c49825da10449a1d6c0e4cc4608523ff82c0ba
Author: Luca Abeni <lucabe72 at email.it>
Date:   Wed Nov 14 07:45:15 2007 +0000

    Remove a now unused field
    
    Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/udp.c b/libavformat/udp.c
index 92c6505..65bd0a0 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list