Skip to content

struct ebur128_state forward declaration #123

@jiemojiemo

Description

@jiemojiemo

Hi all, I try to do forward declaration of ebur128_state, but failed, and I found that just simply making the following changes, it works:

before

typedef struct {
 ...
} ebur128_state;

after

typedef struct ebur128_state{
 ...
} ebur128_state;

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