codec_mapping: list FR-in-HR-compat last

Change-Id: I04a3baaced36bc99310e1a811cceda6c88030533
This commit is contained in:
Neels Hofmeyr 2024-02-05 06:25:22 +01:00
parent 189a262206
commit 02c466e224
1 changed files with 4 additions and 3 deletions

View File

@ -225,11 +225,12 @@ static const struct codec_mapping codec_map[] = {
/* FR rates */ \
AMR_FR(IS_OA, FMTP_PREFIX "mode-set=0,2,4,7", S(1)), \
AMR_FR(IS_OA, FMTP_PREFIX "mode-set=7", S(7)), \
/* AMR-FR with a mode-set compatible with AMR-HR on S1 */ \
AMR_FR(IS_OA, FMTP_PREFIX "mode-set=0,2,4", S(1)), \
\
/* HR rates */ \
AMR_HR(IS_OA, FMTP_PREFIX "mode-set=0,2,4", S(1))
AMR_HR(IS_OA, FMTP_PREFIX "mode-set=0,2,4", S(1)), \
\
/* AMR-FR with a mode-set compatible with AMR-HR on S1 */ \
AMR_FR(IS_OA, FMTP_PREFIX "mode-set=0,2,4", S(1))
#endif