Commit 945ce38e authored by diego's avatar diego

Disable unused code for now to allow 'make checkheaders' to pass.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15933 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7d48fbeb
...@@ -49,6 +49,8 @@ typedef struct { ...@@ -49,6 +49,8 @@ typedef struct {
#define QCELP_OF(variable, bit, len) {offsetof(QCELPContext, variable), bit, len} #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 * bitmap unpacking tables for RATE_FULL
* *
...@@ -248,6 +250,7 @@ static const uint16_t qcelp_bits_per_rate[5] = { ...@@ -248,6 +250,7 @@ static const uint16_t qcelp_bits_per_rate[5] = {
FF_ARRAY_ELEMS(qcelp_rate_half_bitmap), FF_ARRAY_ELEMS(qcelp_rate_half_bitmap),
FF_ARRAY_ELEMS(qcelp_rate_full_bitmap), FF_ARRAY_ELEMS(qcelp_rate_full_bitmap),
}; };
#endif
typedef uint16_t qcelp_vector[2]; typedef uint16_t qcelp_vector[2];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment