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

Commit b0fa1791 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Update format table with AAC ADTS formats." into av-userspace.lnx.1.0-dev.1.0

parents c9093987 e513a872
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -127,9 +127,9 @@ const struct string_to_enum s_format_name_to_enum_table[] = {
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_HE_V1),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_HE_V2),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_ADTS),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_SUB_LC),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_SUB_HE_V1),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_SUB_HE_V2),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_ADTS_LC),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_ADTS_HE_V1),
    STRING_TO_ENUM(AUDIO_FORMAT_AAC_ADTS_HE_V2),
#endif
};