Skip to content

Conversation

nemosupremo
Copy link

We have currently been using this library in our rtsp client to support h265 framing. In order to support this we have added made some fields public and added some helper methods. We'd like to get this merged upstream so we can get this published on crates.io

pub use sei::SeiMessage;

#[derive(PartialEq, Hash, Debug, Copy, Clone)]
pub enum UnitType {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you duplicate the NALU types, the constants above need to be replaced.
I don't mind switching to an enum but it would need a major version bump.

Also I think it would be better to name it NalUnitType, and remove the Nal prefix from the variant names.

I totally forgot to finalize the review, sorry this is very late.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants