summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/splay/huffmanlookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mpeglib/lib/splay/huffmanlookup.cpp')
-rw-r--r--mpeglib/lib/splay/huffmanlookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/splay/huffmanlookup.cpp b/mpeglib/lib/splay/huffmanlookup.cpp
index cfce3c47..767dfb26 100644
--- a/mpeglib/lib/splay/huffmanlookup.cpp
+++ b/mpeglib/lib/splay/huffmanlookup.cpp
@@ -100,7 +100,7 @@ void HuffmanLookup::huffmandecoder_1(const HUFFMANCODETABLE *h, int *x, int *y)
level>>=1;
if(!(level || ((unsigned)point<Mpegtoraw::ht->treelen)))
{
- register int xx,yy;
+ int xx,yy;
xx=(h->xlen<<1);// set x and y to a medium value as a simple concealment
yy=(h->ylen<<1);