Loading lib_util/ambi_convert.c +2 −2 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ int16_t reorder_channels( float *in[], float *out[], int16_t order, AMBI_CHANNEL { idx_table = REORDER_ACN_FM; } if ( out_format == AMBI_CHANNEL_ORDER_SID ) else if ( out_format == AMBI_CHANNEL_ORDER_SID ) { idx_table = REORDER_ACN_SID; } Loading @@ -302,7 +302,7 @@ int16_t reorder_channels( float *in[], float *out[], int16_t order, AMBI_CHANNEL { idx_table = REORDER_FM_ACN; } if ( in_format == AMBI_CHANNEL_ORDER_SID ) else if ( in_format == AMBI_CHANNEL_ORDER_SID ) { idx_table = REORDER_SID_ACN; } Loading Loading
lib_util/ambi_convert.c +2 −2 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ int16_t reorder_channels( float *in[], float *out[], int16_t order, AMBI_CHANNEL { idx_table = REORDER_ACN_FM; } if ( out_format == AMBI_CHANNEL_ORDER_SID ) else if ( out_format == AMBI_CHANNEL_ORDER_SID ) { idx_table = REORDER_ACN_SID; } Loading @@ -302,7 +302,7 @@ int16_t reorder_channels( float *in[], float *out[], int16_t order, AMBI_CHANNEL { idx_table = REORDER_FM_ACN; } if ( in_format == AMBI_CHANNEL_ORDER_SID ) else if ( in_format == AMBI_CHANNEL_ORDER_SID ) { idx_table = REORDER_SID_ACN; } Loading