Skip to content

Bit-depth ignored #10

@michael-swan

Description

@michael-swan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions