[SCM] libav/experimental: Disable unused code for now to allow 'make checkheaders' to pass.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:32:38 UTC 2013


The following commit has been merged in the experimental branch:
commit ab56b321a9f3a2559e30448024f42ba61d6415e9
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Nov 24 21:31:01 2008 +0000

    Disable unused code for now to allow 'make checkheaders' to pass.
    
    Originally committed as revision 15933 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h
index 9d249d9..e2a26d0 100644
--- 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];
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list