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

Commit 13b5168e 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:...

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

Change-Id: I5b50f7e7633dc56beeac52d5d06c3415cf1e5285
parents 4a4193ef 0fe0cee7
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;
  }