diff options
Diffstat (limited to '')
-rw-r--r-- | mbone/vic/files/patch-encoder-jpeg.cpp | 16 | ||||
-rw-r--r-- | multimedia/vic/files/patch-encoder-jpeg.cpp | 16 |
2 files changed, 32 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 000000000000..7a8fed0d8b42 --- /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); diff --git a/multimedia/vic/files/patch-encoder-jpeg.cpp b/multimedia/vic/files/patch-encoder-jpeg.cpp new file mode 100644 index 000000000000..7a8fed0d8b42 --- /dev/null +++ b/multimedia/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); |