[FFmpeg-cvslog] r15933 - trunk/libavcodec/qcelpdata.h
diego
subversion
Mon Nov 24 22:31:01 CET 2008
Author: diego
Date: Mon Nov 24 22:31:01 2008
New Revision: 15933
Log:
Disable unused code for now to allow 'make checkheaders' to pass.
Modified:
trunk/libavcodec/qcelpdata.h
Modified: trunk/libavcodec/qcelpdata.h
==============================================================================
--- trunk/libavcodec/qcelpdata.h (original)
+++ trunk/libavcodec/qcelpdata.h Mon Nov 24 22:31:01 2008
@@ -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_rat
FF_ARRAY_ELEMS(qcelp_rate_half_bitmap),
FF_ARRAY_ELEMS(qcelp_rate_full_bitmap),
};
+#endif
typedef uint16_t qcelp_vector[2];
More information about the ffmpeg-cvslog
mailing list