Loading system/embdrv/sbc/decoder/srce/decoder-sbc.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -317,7 +317,6 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, return OI_CODEC_SBC_CHECKSUM_MISMATCH; return OI_CODEC_SBC_CHECKSUM_MISMATCH; } } #ifdef OI_DEBUG /* /* * Make sure the bitpool values are sane. * Make sure the bitpool values are sane. */ */ Loading @@ -334,7 +333,6 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, OI_SBC_MaxBitpool(&context->common.frameInfo))); OI_SBC_MaxBitpool(&context->common.frameInfo))); return OI_STATUS_INVALID_PARAMETERS; return OI_STATUS_INVALID_PARAMETERS; } } #endif /* /* * Now decode the SBC data. Partial decode is not yet implemented for an SBC * Now decode the SBC data. Partial decode is not yet implemented for an SBC Loading Loading
system/embdrv/sbc/decoder/srce/decoder-sbc.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -317,7 +317,6 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, return OI_CODEC_SBC_CHECKSUM_MISMATCH; return OI_CODEC_SBC_CHECKSUM_MISMATCH; } } #ifdef OI_DEBUG /* /* * Make sure the bitpool values are sane. * Make sure the bitpool values are sane. */ */ Loading @@ -334,7 +333,6 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT* context, OI_SBC_MaxBitpool(&context->common.frameInfo))); OI_SBC_MaxBitpool(&context->common.frameInfo))); return OI_STATUS_INVALID_PARAMETERS; return OI_STATUS_INVALID_PARAMETERS; } } #endif /* /* * Now decode the SBC data. Partial decode is not yet implemented for an SBC * Now decode the SBC data. Partial decode is not yet implemented for an SBC Loading