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

Commit 8154567f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "SpdifStreamOut: Support AUDIO_FORMAT_E_AC3_JOC"

parents 130e1d19 f14e77fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ status_t SpdifStreamOut::open(
    // TODO Move this into the audio_utils as a static method.
    switch(config->format) {
        case AUDIO_FORMAT_E_AC3:
        case AUDIO_FORMAT_E_AC3_JOC:
            mRateMultiplier = 4;
            break;
        case AUDIO_FORMAT_AC3: