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

Commit 8d3a483b authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6542686 from 4370df92 to rvc-release

Change-Id: I22b6bdefb79efbf80a0a55aeffd14274eb1c201a
parents 724971bf 4370df92
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -317,7 +317,6 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context,
    return OI_CODEC_SBC_CHECKSUM_MISMATCH;
  }

#ifdef OI_DEBUG
  /*
   * Make sure the bitpool values are sane.
   */
@@ -334,7 +333,6 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context,
           OI_SBC_MaxBitpool(&context->common.frameInfo)));
    return OI_STATUS_INVALID_PARAMETERS;
  }
#endif

  /*
   * Now decode the SBC data. Partial decode is not yet implemented for an SBC