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

Commit e77c76dc authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 39a31135: Revert input buffer count for the SoftAAC* decoders back to 4.

* commit '39a31135':
  Revert input buffer count for the SoftAAC* decoders back to 4.
parents ff8977f3 39a31135
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ protected:

private:
    enum {
        kNumInputBuffers        = 32,
        kNumInputBuffers        = 4,
        kNumOutputBuffers       = 4,
    };

+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ protected:

private:
    enum {
        kNumInputBuffers        = 32,
        kNumInputBuffers        = 4,
        kNumOutputBuffers       = 4,
    };