Loading tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ def check_xfail( if not lc3plus_in_use and transport_codec_frame_size != pre_rend_fr: pytest.xfail( "unsupported framing: LCLD codec doesn't support aggregation. ISAR frame size must match split pre-renderer frame size." "unsupported framing: LCLD codec doesn't support aggregation. Pre-renderer (ISAR) frame size must match LCLD frame size." ) Loading Loading
tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ def check_xfail( if not lc3plus_in_use and transport_codec_frame_size != pre_rend_fr: pytest.xfail( "unsupported framing: LCLD codec doesn't support aggregation. ISAR frame size must match split pre-renderer frame size." "unsupported framing: LCLD codec doesn't support aggregation. Pre-renderer (ISAR) frame size must match LCLD frame size." ) Loading