Skip to content

It allow one instance only #241

@seekfor

Description

@seekfor

static int rtp_decode_h264(RtpDecoder* rtp_decoder, uint8_t* buf, size_t size) {
static const uint32_t nalu_start_4bytecode = 0x01000000;
static uint8_t nalu_buf[CONFIG_MAX_NALU_SIZE];
static int offset = 0;

nalu_buf[] can't be "static".

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