Commit bd4fa789 authored by Ke Zhao's avatar Ke Zhao
Browse files

Add condition for not 0 DoF in check_xfail for 256kbps LCLD codec

parent 7796d2e8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ def check_xfail(test_info, in_fmt, render_config, bitrate=None):
    ):
        pytest.xfail("0DOF 768kbps LC3plus codec is unsupported")

    if "256k" in render_config and (
    if "256k" in render_config and "0dof" not in render_config and (
        "lcld" in render_config
        or (in_fmt in INPUT_FORMATS_AMBI or in_fmt in INPUT_FORMATS_MASA)
        or (