Mercurial > libavcodec.hg
changeset 8213:93423820d82f libavcodec
Disable unused code for now to allow 'make checkheaders' to pass.
author | diego |
---|---|
date | Mon, 24 Nov 2008 21:31:01 +0000 |
parents | c245082d70f8 |
children | c5276ad92ff8 |
files | qcelpdata.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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];