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

Commit d66179fa 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

Change-Id: Idb1c5013ebd6cecdcf5c0990dc3f57169c2f62c6
parents daaea6d2 ff95675c
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;
  }