[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
VCR+ encode/decode source file error.
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 <[email protected]>