Loading media/codec2/components/aac/C2SoftAacDec.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -791,7 +791,6 @@ void C2SoftAacDec::process( // After an error, replace bufferSize with the sum of the // decodedSizes to resynchronize the in/out lists. inInfo.decodedSizes.pop_back(); inInfo.bufferSize = std::accumulate( inInfo.decodedSizes.begin(), inInfo.decodedSizes.end(), 0); Loading Loading
media/codec2/components/aac/C2SoftAacDec.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -791,7 +791,6 @@ void C2SoftAacDec::process( // After an error, replace bufferSize with the sum of the // decodedSizes to resynchronize the in/out lists. inInfo.decodedSizes.pop_back(); inInfo.bufferSize = std::accumulate( inInfo.decodedSizes.begin(), inInfo.decodedSizes.end(), 0); Loading