Skip to content

OPUS_SET_BANDWIDTH request will not override bandwidth until encode pass #378

@DoumanAsh

Description

@DoumanAsh

Subj

If you use OPUS_SET_BANDWIDTH and then call OPUS_GET_BANDWIDTH you will get different result from what you set
This happens because GET_BANDWIDTH returns atual bandwidth set by default (instead of user configured one)

*value = st->bandwidth;

P.s. this should take effect on encode pass though as encoder's bandwidth will be overridden by user's

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