Bug 970271: Fix GCC warnings about unused variables, r=vchang

This commit is contained in:
Thomas Zimmermann 2014-02-27 10:18:26 +01:00
parent 0a652a5706
commit a1169ccec2
3 changed files with 0 additions and 4 deletions

View File

@ -143,7 +143,6 @@ ARTPAssembler::AssemblyStatus AAMRAssembler::addPacket(
}
unsigned payloadHeader = buffer->data()[0];
unsigned CMR = payloadHeader >> 4;
CHECK_EQ(payloadHeader & 0x0f, 0u); // RR
Vector<uint8_t> tableOfContents;

View File

@ -108,7 +108,6 @@ static status_t parseAudioObjectType(
static status_t parseGASpecificConfig(
ABitReader *bits,
unsigned audioObjectType, unsigned channelConfiguration) {
unsigned frameLengthFlag = bits->getBits(1);
unsigned dependsOnCoreCoder = bits->getBits(1);
if (dependsOnCoreCoder) {
/* unsigned coreCoderDelay = */bits->getBits(1);

View File

@ -273,8 +273,6 @@ sp<ABuffer> MakeAACCodecSpecificData2(const char *params) {
// be encoded.
CHECK_LT(20 + config->size(), 128u);
const uint8_t *data = config->data();
static const uint8_t kStaticESDS[] = {
0x03, 22,
0x00, 0x00, // ES_ID