NODE b7408b1cVCR+ encode/decode source file error.
kelso@netcom.com (Tom Rollins)Tue, 12 Sep 95 06:48:09 PDT
Hello,
If anyone is interested, the "vcr+.shar.gz" file
from "sable.ox.ac.uk" contains
two (2) source files (encode.c and decode.c).
These source files both have the same small errors.
Change the source line ...
int a[12], b[12], out[12] ;
To ...
int a[18], b[18], out[18] ;
And change the source line ...
static int start[480], leng[480] ;
To ...
static int start[512], leng[512] ;
-tom <kelso@netcom.com>