Skip to content

Commit

Permalink
FixInterlacedFades: Ensure YUV input
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Sep 4, 2024
1 parent 6fff0ed commit e9ede24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsdeinterlace/combing.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __call__(
if not complexpr_available:
raise ExprVars._get_akarin_err()(func=func)

f = FunctionUtil(clip, func, planes, None, 32)
f = FunctionUtil(clip, func, planes, vs.YUV, 32)

fields = f.work_clip.std.Limiter().std.SeparateFields(tff=True)

Expand Down

0 comments on commit e9ede24

Please sign in to comment.