diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-08 14:14:10 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-08 14:14:10 +0000 |
commit | 19189c90238974eb2bed2c243627b28b0dfae867 (patch) | |
tree | 0946e0ba662461adf271bc5d0b096c0e05cc488e /net/opal3/files/patch-include+h263codec.h | |
parent | Update to 0.9.2 (diff) |
Fix breakage in the presence of ffmpeg
PR: ports/76931
Patch by: Jan Stocker
Notes
Notes:
svn path=/head/; revision=130624
Diffstat (limited to 'net/opal3/files/patch-include+h263codec.h')
-rw-r--r-- | net/opal3/files/patch-include+h263codec.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/opal3/files/patch-include+h263codec.h b/net/opal3/files/patch-include+h263codec.h new file mode 100644 index 000000000000..171efe102701 --- /dev/null +++ b/net/opal3/files/patch-include+h263codec.h @@ -0,0 +1,19 @@ +--- include/h263codec.h.orig Sat Feb 19 11:29:15 2005 ++++ include/h263codec.h Sat Feb 19 11:38:52 2005 +@@ -92,6 +92,7 @@ + struct AVCodec; + struct AVCodecContext; + struct AVFrame; ++struct AVCodecParserContext; + + /////////////////////////////////////////////////////////////////////////////// + +@@ -478,7 +479,7 @@ + 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); ++ static void RtpCallback(AVCodecContext *s, void *data, int size, int packetNumber); + + protected: + BOOL Resize(int width, int height); |