Skip to content

Encoding parameters inconsistently duplicated between Encoder and Info #522

Open
@Shnatsel

Description

@Shnatsel

As of v0.17.14, some encoding parameters are duplicated between the Info struct and the Encoder struct.

For example, Info has the compression field, but not filter or adaptive_filter. The presence of Info::compression is especially strange because e.g. StreamingDecoder::info() returns an instance of Info but it has no way to know what the compression level originally was, so I have no idea what it's even supposed to return in that case.

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