summaryrefslogtreecommitdiff
path: root/net/openh323/files/patch-include-h263codec.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-10 21:30:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-10 21:30:34 +0000
commit8dcfd3da34900ca743948f825061df44fea4ea27 (patch)
treed9b5f4ffa8ba874761b2da0ecb1235362a03f961 /net/openh323/files/patch-include-h263codec.h
parent- Update to 1.5.2 (diff)
- Update to 1.12.2
PR: ports/82086 Submitted by: Steve Ames <steve@energistic.com>
Notes
Notes: svn path=/head/; revision=137233
Diffstat (limited to 'net/openh323/files/patch-include-h263codec.h')
-rw-r--r--net/openh323/files/patch-include-h263codec.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openh323/files/patch-include-h263codec.h b/net/openh323/files/patch-include-h263codec.h
new file mode 100644
index 000000000000..de0bf299f3bd
--- /dev/null
+++ b/net/openh323/files/patch-include-h263codec.h
@@ -0,0 +1,19 @@
+*** include/h263codec.h.orig Mon Aug 4 00:03:22 2003
+--- include/h263codec.h Mon Jun 6 14:57:16 2005
+***************
+*** 426,432 ****
+ send. Note that for every encode thread, this 1 method is called. Consequently,
+ code is required to separate out packets from different encode threads.
+ */
+! static void RtpCallback(void *data, int size, int packetNumber);
+
+ protected:
+ BOOL Resize(int width, int height);
+--- 426,432 ----
+ send. Note that for every encode thread, this 1 method is called. Consequently,
+ code is required to separate out packets from different encode threads.
+ */
+! static void RtpCallback(AVCodecContext *s, void *data, int size, int packet Number);
+
+ protected:
+ BOOL Resize(int width, int height);