summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-encoder-jpeg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vic/files/patch-encoder-jpeg.cpp')
-rw-r--r--multimedia/vic/files/patch-encoder-jpeg.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/vic/files/patch-encoder-jpeg.cpp b/multimedia/vic/files/patch-encoder-jpeg.cpp
deleted file mode 100644
index 7a8fed0d8b42..000000000000
--- a/multimedia/vic/files/patch-encoder-jpeg.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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);