Skip to content

Commit

Permalink
fix one remaining use of SetFrameProp(delete=True)
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Nov 3, 2021
1 parent 6cc9d51 commit a8d5f23
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 @@ -1584,7 +1584,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 a8d5f23

Please sign in to comment.