Skip to content

Work out how to support h265 syntax without duplicating lots of code #10

@dholroyd

Description

@dholroyd

Lots of h264 syntax, as supported by this crate right now, is the same as h265. i.e. overall structure using Network Abstraction Layer Units.

Work out a good way of sharing code between h264 and h265 parsing, either by making this crate itself more generic, or by breaking common code into a separate crate.

(I don't yet know the differences between h264 and h265 well enough to know exactly where the line between generic and specific is drawn.)

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