Skip to content

Commit

Permalink
Merge pull request #10 from AmusementClub/patch/removeframeprop-fix
Browse files Browse the repository at this point in the history
fix one remaining use of SetFrameProp(delete=True)
  • Loading branch information
mawen1250 authored Nov 4, 2021
2 parents 4108fed + a8d5f23 commit 5e32abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvsfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ def _FilterIfFrame(n, f):
################################################################################################################################
def FilterCombed(src, flt, props=None):
clip = FilterIf(src, flt, '_Combed', props)
clip = clip.std.SetFrameProp('_Combed', delete=True)
clip = RemoveFrameProp(clip, '_Combed')
return AssumeFrame(clip)
################################################################################################################################

Expand Down

0 comments on commit 5e32abe

Please sign in to comment.