projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5f190
)
Disable unused code for now to allow 'make checkheaders' to pass.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 24 Nov 2008 21:31:01 +0000
(21:31 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 24 Nov 2008 21:31:01 +0000
(21:31 +0000)
Originally committed as revision 15933 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/qcelpdata.h
patch
|
blob
|
history
diff --git
a/libavcodec/qcelpdata.h
b/libavcodec/qcelpdata.h
index 9d249d901ee31d3bb5924619a88a9d3f4e09ad3a..e2a26d0d1ec33a45d2c95c064b822cd4586f6a7f 100644
(file)
--- a/
libavcodec/qcelpdata.h
+++ b/
libavcodec/qcelpdata.h
@@
-49,6
+49,8
@@
typedef struct {
#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
@@
static const uint16_t qcelp_bits_per_rate[5] = {
FF_ARRAY_ELEMS(qcelp_rate_half_bitmap),
FF_ARRAY_ELEMS(qcelp_rate_full_bitmap),
};
+#endif
typedef uint16_t qcelp_vector[2];