summaryrefslogtreecommitdiffstats
path: root/mbone
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2003-01-24 02:29:52 +0000
committerfenner <fenner@FreeBSD.org>2003-01-24 02:29:52 +0000
commit3c6e0dba37f6acfc177c8e0f17c56303343607bb (patch)
treece79acb3097462071478c8ad693d9cbcfd4a3f10 /mbone
parent660240642c15bb7c39d2b79f4530139c8ed4c56c (diff)
downloadFreeBSD-ports-3c6e0dba37f6acfc177c8e0f17c56303343607bb.zip
FreeBSD-ports-3c6e0dba37f6acfc177c8e0f17c56303343607bb.tar.gz
Make the struct huffentry public so that global variables
can be declared using it.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vic/files/patch-encoder-jpeg.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-encoder-jpeg.cpp b/mbone/vic/files/patch-encoder-jpeg.cpp
new file mode 100644
index 0000000..7a8fed0
--- /dev/null
+++ b/mbone/vic/files/patch-encoder-jpeg.cpp
@@ -0,0 +1,16 @@
+--- codec/encoder-jpeg.cpp.orig Thu Jan 23 18:22:29 2003
++++ codec/encoder-jpeg.cpp Thu Jan 23 18:22:37 2003
+@@ -127,12 +127,12 @@
+ void size(int w, int h);
+ int consume(const VideoFrame*);
+
+- protected:
+ struct huffentry {
+ u_short val;
+ u_short nb;
+ };
+
++ protected:
+ int command(int argc, const char*const* argv);
+
+ int flush(pktbuf* pb, int nbit, pktbuf* npb);
OpenPOWER on IntegriCloud