Skip to content
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

Bit-depth ignored #10

Open
michael-swan opened this issue Jun 14, 2017 · 0 comments
Open

Bit-depth ignored #10

michael-swan opened this issue Jun 14, 2017 · 0 comments

Comments

@michael-swan
Copy link

In poly_gen_kernel and poly_next_frame you assume 16-bit encoding by using a uint16_t* to contain frame data and replacing the bit-depth with sizeof(uint16_t), which should likely instead be poly_format->bits / 8. Alternatively, you could remove the bit-depth parameter and assume 16-bit bit-depth.

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

No branches or pull requests

1 participant