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

Commit a2208f7d authored by Oliver Woodman's avatar Oliver Woodman Committed by Android (Google) Code Review
Browse files

Merge "SoftFlacDecoder: increase default input size to 32768" into oc-dr1-dev

parents faeb8b20 34a35d21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ void SoftFlacDecoder::initPorts() {
    def.eDir = OMX_DirInput;
    def.nBufferCountMin = kNumInputBuffers;
    def.nBufferCountActual = def.nBufferCountMin;
    def.nBufferSize = 8192;
    def.nBufferSize = 32768;
    def.bEnabled = OMX_TRUE;
    def.bPopulated = OMX_FALSE;
    def.eDomain = OMX_PortDomainAudio;