RomanArzumanyan / VALI

Video processing in Python
Apache License 2.0
36 stars 4 forks source link

Fix Surface::Clone() #2

Closed RomanArzumanyan closed 9 months ago

RomanArzumanyan commented 9 months ago

Fix Surface::Clone method, unify it's behavior. In C++ land it was a shallow copy but unlike that nvc.Surface.Clone method in Python land was a deep copy. This MR makes it a deep copy everywhere.