Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

movie_lib.cc: Fix incorrect return type of getOffset #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

glebm
Copy link
Contributor

@glebm glebm commented Jun 9, 2024

The type was changed from auto to uint8_t when merging #117, but the correct return type is actually int.

Fixes #136
Fixes #194

There is an alternative fix in #188 (with a graph of generated values) but I think the return type there (int16_t) is incorrect.

/cc @alexbatalov @Zenkibou @hippydave @KulikAlex @dje4321

@glebm
Copy link
Contributor Author

glebm commented Jul 4, 2024

@alexbatalov Can you please merge this? The bug was introduced in your changes to my PR #117 when you were merging it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Linux] Glitchy videos Latest commit introduces square checked artifacts in videos on linux odroid n2+
1 participant