Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fe0cee7 authored by Caroline Tice's avatar Caroline Tice Committed by android-build-merger
Browse files

Merge "Fix "Dereference of null pointer" compiler warning." am: d2862051 am: bf8ecdce

am: c5fb338d

Change-Id: Ia56f188a8545b409bc01ac9a894f454e3604d8c3
parents d2fab7e4 c5fb338d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,11 +20,15 @@

*******************************************************************************/

#include "android/log.h"

#include "aac_rom.h"
#include "dyn_bits.h"
#include "bit_cnt.h"
#include "psy_const.h"

#define LOG_TAG "NoiselessCoder"

/*****************************************************************************
*
* function name: buildBitLookUp
@@ -296,6 +300,9 @@ noiselessCounter(SECTION_DATA *sectionData,
    case SHORT_WINDOW:
      sideInfoTab = sideInfoTabShort;
      break;
    default:
      ALOGE("invalid blockType: %d", blockType);
      return;
  }