-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some bugs, probably #24
Comments
Thanks, all is true of course.
Are you porting? |
Yes. |
I suppose without yuy2 and using frame properties. Lucky vapoursynthers. :) |
Indeed. And thank you for all your hard work making the code portable. |
Once in a life :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed a few more things.
It should be vi2 instead of vi in these two places, because clip2 is allowed to have different resolution and colorspace/bit depth:
TIVTC/src/TIVTC/TDecimate.cpp
Line 349 in af18f2c
TIVTC/src/TIVTC/TDecimate.cpp
Lines 748 to 755 in af18f2c
(vi comes from child, vi2 comes from clip2.)
GetRowSize returns the width in bytes, but dispatch_blend expects the width in pixels:
TIVTC/src/TIVTC/TDecimate.cpp
Line 2185 in af18f2c
blurFrame expects cpuFlags, not opt:
TIVTC/src/TIVTC/TDecimate.cpp
Lines 1105 to 1107 in a3d1354
The text was updated successfully, but these errors were encountered: