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

Commit bf1d79be authored by Eric Laurent's avatar Eric Laurent Committed by Gerrit Code Review
Browse files

Merge "Add AUDIO_FORMAT_APTX_ADAPTIVE_{QLEA|R4}"

parents 15d5df06 92d72774
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -1039,6 +1039,16 @@ const detail::AudioFormatPairs& getAudioFormatPairs() {
        {
        {
            AUDIO_FORMAT_DRA, make_AudioFormatDescription(MEDIA_MIMETYPE_AUDIO_DRA)
            AUDIO_FORMAT_DRA, make_AudioFormatDescription(MEDIA_MIMETYPE_AUDIO_DRA)
        },
        },
        {
            // Note: not in the IANA registry.
            AUDIO_FORMAT_APTX_ADAPTIVE_QLEA,
            make_AudioFormatDescription("audio/vnd.qcom.aptx.adaptive.r3")
        },
        {
            // Note: not in the IANA registry.
            AUDIO_FORMAT_APTX_ADAPTIVE_R4,
            make_AudioFormatDescription("audio/vnd.qcom.aptx.adaptive.r4")
        },
    }};
    }};
    return pairs;
    return pairs;
}
}