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

Commit 506ba3c4 authored by Caroline Tice's avatar Caroline Tice Committed by android-build-merger
Browse files

Merge "Fix "Dereference of null pointer" compiler warning." am: 18dc831e am: ff95675c

am: d66179fa

Change-Id: I770b196093add7d82f3ddd330caf81c27c712cb8
parents 2928d74e d66179fa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@

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

#define LOG_TAG "NoiselessCoder"

#include "log/log.h"

#include "aac_rom.h"
#include "dyn_bits.h"
#include "bit_cnt.h"
@@ -296,6 +300,9 @@ noiselessCounter(SECTION_DATA *sectionData,
    case SHORT_WINDOW:
      sideInfoTab = sideInfoTabShort;
      break;
    default:
      ALOGE("invalid blockType: %d", blockType);
      return;
  }