Skip to content

All pipo modules have a bug with varsize data #6

@diemoschwarz

Description

@diemoschwarz

every pipo's frames() method does
values += size;
which is wrong for varsize streams.

Fix in streamAttributes():
matrixsize_ = sa.width * sa.height;
in frames():
values += matrixsize_;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions