diff ra144.c @ 6802:d8347a6a3447 libavcodec

The first table of decodetable[] is unrelated to the other. Rename it.
author vitor
date Thu, 15 May 2008 18:28:24 +0000
parents 781bfad6e40e
children f3b2012e7aae
line wrap: on
line diff
--- a/ra144.c	Thu May 15 11:35:19 2008 +0000
+++ b/ra144.c	Thu May 15 18:28:24 2008 +0000
@@ -456,9 +456,9 @@
     unpack_input(buf, glob->unpacked);
 
     glob->iptr = glob->unpacked;
-    glob->val = decodetable[0][(*(glob->iptr++)) << 1];
+    glob->val = decodeval[(*(glob->iptr++)) << 1];
 
-    dptr = decodetable + 1;
+    dptr = decodetable;
     lptr = glob->swapbuf1;
 
     while (lptr<glob->swapbuf1 + 10)