style: 修复black格式问题

This commit is contained in:
CI Bot
2026-07-15 11:29:36 +08:00
committed by XiaoXia Bot
parent e5973c528e
commit b5bd3792d8
@@ -1372,9 +1372,7 @@ class UnifiedRenderService:
if all_cut:
# 全硬切:用 concat filter,性能远优于 xfade
concat_inputs = "".join(f"[{label}]" for label in layer_labels)
filter_parts.append(
f"{concat_inputs}concat=n={len(layer_labels)}:v=1:a=0[{out_label}]"
)
filter_parts.append(f"{concat_inputs}concat=n={len(layer_labels)}:v=1:a=0[{out_label}]")
logger.info(
"[unified-render] layer=%s clips=%d using concat (all hard-cut)",
layer.role,