# HG changeset patch # User diego # Date 1227562261 0 # Node ID 93423820d82f595a07824a4d6d2a4a42c4c20205 # Parent c245082d70f8c149366c8946cb2785343c482e1c Disable unused code for now to allow 'make checkheaders' to pass. diff -r c245082d70f8 -r 93423820d82f qcelpdata.h --- a/qcelpdata.h Mon Nov 24 21:29:07 2008 +0000 +++ b/qcelpdata.h Mon Nov 24 21:31:01 2008 +0000 @@ -49,6 +49,8 @@ #define QCELP_OF(variable, bit, len) {offsetof(QCELPContext, variable), bit, len} +/* Disable the below code for now to allow 'make checkheaders' to pass. */ +#if 0 /** * bitmap unpacking tables for RATE_FULL * @@ -248,6 +250,7 @@ FF_ARRAY_ELEMS(qcelp_rate_half_bitmap), FF_ARRAY_ELEMS(qcelp_rate_full_bitmap), }; +#endif typedef uint16_t qcelp_vector[2];