Commit 9c217e50 authored by kinuthia's avatar kinuthia
Browse files

Revert "exclude EXT for combined formats"

This reverts commit 3c5de335.
parent 4fa7d7d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@ DECODER_CONST_BR_NO_BINAURAL_SCENEBASED = collapse_into_list_of_pairs(
DECODER_CONST_BR_NO_BINAURAL_COMBINED_PARAMS = collapse_into_list_of_pairs(
    product(
        COMBINED_FORMATS_PARAMS,
        OUTPUT_FORMATS_NON_BINAURAL[:10],  # one less to exclude EXT
        OUTPUT_FORMATS_NON_BINAURAL,
        SAMPLING_RATES_ALL,
        BITSTREAM_PROCESSING[:2],  # TODO: re-add JBM once fully functional
    )