Skip to content

How to write "0" value? #10

@cbagpipe

Description

@cbagpipe

When I'm trying to write cue point with following code

cuePoint.Write(VInt.FromEncoded(0xB3), absoluteTimestamp); /* CueTime */

and absoluteTimestamp is 0. I'm getting 0xB3 0x80 in raw bytes instead of expected 0xB3 0x81 0x00
Am I doing something wrong?

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