Loading media/libstagefright/codecs/aacdec/SoftAAC2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ SoftAAC2::SoftAAC2( SoftAAC2::~SoftAAC2() { aacDecoder_Close(mAACDecoder); delete mOutputDelayRingBuffer; delete[] mOutputDelayRingBuffer; } void SoftAAC2::initPorts() { Loading Loading
media/libstagefright/codecs/aacdec/SoftAAC2.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ SoftAAC2::SoftAAC2( SoftAAC2::~SoftAAC2() { aacDecoder_Close(mAACDecoder); delete mOutputDelayRingBuffer; delete[] mOutputDelayRingBuffer; } void SoftAAC2::initPorts() { Loading