Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fdar0536 committed Feb 26, 2019
1 parent 16d566b commit 91caa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSMOD.py
Expand Up @@ -746,7 +746,7 @@ def SSMethod(input, target_width=None, target_height=None, chroma=chroma, nr=nr,
pre = pclip
elif preblur <= -7:
pre = core.rgvs.RemoveGrain(fforpre, [19] if (chroma and prec) or GRAYS else [19, 0])
pre = coer.rgvs.RemoveGrain(pre, [4] if (chroma and prec) or GRAYS else [4, 0])
pre = core.rgvs.RemoveGrain(pre, [4] if (chroma and prec) or GRAYS else [4, 0])
elif preblur == -6:
pre = core.rgvs.RemoveGrain(fforpre, [4] if (chroma and prec) or GRAYS else [4, 0])
pre = core.rgvs.RemoveGrain(pre, [11] if (chroma and prec) or GRAYS else [11, 0])
Expand Down

0 comments on commit 91caa02

Please sign in to comment.