diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-12-01 20:45:29 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-12-01 20:45:29 +0000 |
commit | b8438f5f48c6aab06c1128229975286799d18861 (patch) | |
tree | b40f9b4988bdee68b71091c584e9072300232256 | |
parent | f28b3eb21ce965e5683717ef1b0ca81f06dbc813 (diff) | |
download | ffmpeg-b8438f5f48c6aab06c1128229975286799d18861.tar.gz |
Remove hack added to make "make checkheaders" pass, it is unneeded now
Originally committed as revision 15974 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/qcelpdata.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index ea3536ad2f..11eb1d100b 100644 --- a/libavcodec/qcelpdata.h +++ b/libavcodec/qcelpdata.h @@ -80,8 +80,6 @@ typedef struct { #define QCELP_OF(variable, bit, len) {offsetof(QCELPFrame, variable), bit, len} -/* Disable the below code for now to allow 'make checkheaders' to pass. */ -#if 0 /** * bitmap unpacking tables for RATE_FULL * @@ -281,7 +279,6 @@ static const uint16_t qcelp_unpacking_bitmaps_lengths[5] = { FF_ARRAY_ELEMS(qcelp_rate_half_bitmap), FF_ARRAY_ELEMS(qcelp_rate_full_bitmap), }; -#endif typedef uint16_t qcelp_vector[2]; |