[vlc-commits] commit: contribs: updated live.com patch ( Felix Paul Kühne )
git at videolan.org
git at videolan.org
Wed Aug 11 13:39:27 CEST 2010
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Aug 11 13:39:24 2010 +0200| [710a7cdef39987f251dbf2f4e0b03da1b5d5b546] | committer: Felix Paul Kühne
contribs: updated live.com patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=710a7cdef39987f251dbf2f4e0b03da1b5d5b546
---
extras/contrib/src/Patches/live-inet_ntop.patch | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/extras/contrib/src/Patches/live-inet_ntop.patch b/extras/contrib/src/Patches/live-inet_ntop.patch
index a645ab4..65a2a75 100644
--- a/extras/contrib/src/Patches/live-inet_ntop.patch
+++ b/extras/contrib/src/Patches/live-inet_ntop.patch
@@ -142,19 +142,6 @@ diff -ru live.orig/liveMedia/PassiveServerMediaSubsession.cpp live/liveMedia/Pas
fSDPLines = strDup(sdpLines);
delete[] sdpLines;
-diff -ru live.orig/liveMedia/RTCP.cpp live/liveMedia/RTCP.cpp
---- live.orig/liveMedia/RTCP.cpp 2010-05-30 01:20:31.000000000 +0300
-+++ live/liveMedia/RTCP.cpp 2010-06-06 00:34:03.000000000 +0300
-@@ -359,7 +359,8 @@
- }
-
- #ifdef DEBUG
-- fprintf(stderr, "[%p]saw incoming RTCP packet (from address %s, port %d)\n", this, our_inet_ntoa(fromAddress.sin_addr), ntohs(fromAddress.sin_port));
-+ char buf[16];
-+ fprintf(stderr, "[%p]saw incoming RTCP packet (from address %s, port %d)\n", this, our_inet_ntoa(fromAddress.sin_addr, buf), ntohs(fromAddress.sin_port));
- unsigned char* p = pkt;
- for (unsigned i = 0; i < packetSize; ++i) {
- if (i%4 == 0) fprintf(stderr, " ");
diff -ru live.orig/liveMedia/RTSPClient.cpp live/liveMedia/RTSPClient.cpp
--- live.orig/liveMedia/RTSPClient.cpp 2010-05-30 01:20:31.000000000 +0300
+++ live/liveMedia/RTSPClient.cpp 2010-06-06 00:39:08.000000000 +0300
More information about the vlc-commits
mailing list