diff options
Diffstat (limited to 'net/opal3/files/patch-src::h263codec.cxx')
-rw-r--r-- | net/opal3/files/patch-src::h263codec.cxx | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/net/opal3/files/patch-src::h263codec.cxx b/net/opal3/files/patch-src::h263codec.cxx index d8b45f8..dee9c41 100644 --- a/net/opal3/files/patch-src::h263codec.cxx +++ b/net/opal3/files/patch-src::h263codec.cxx @@ -1,7 +1,5 @@ -Index: src/h263codec.cxx -diff -u src/h263codec.cxx.orig src/h263codec.cxx ---- src/h263codec.cxx.orig Fri Jun 6 15:32:08 2003 -+++ src/h263codec.cxx Sat Nov 22 23:17:45 2003 +--- src/h263codec.cxx.orig Fri Jun 6 08:32:08 2003 ++++ src/h263codec.cxx Sat Feb 19 11:19:36 2005 @@ -109,7 +109,7 @@ #include "rtp.h" @@ -11,3 +9,12 @@ diff -u src/h263codec.cxx.orig src/h263codec.cxx }; +@@ -836,7 +836,7 @@ + } + + +-void H323_H263Codec::RtpCallback(void *data, int size, int /*packetNumber*/) ++void H323_H263Codec::RtpCallback(AVCodecContext* /*s*/, void *data, int size, int /*packetNumber*/) + { + encodedPackets.AppendH263Packet(data, size); + } |