Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h264/frame.go: make frame type consts go-like #12

Closed
saxon-milton opened this issue Jul 2, 2019 · 0 comments · Fixed by #29
Closed

h264/frame.go: make frame type consts go-like #12

saxon-milton opened this issue Jul 2, 2019 · 0 comments · Fixed by #29
Assignees

Comments

@saxon-milton
Copy link
Member

const (
NALU_TYPE_UNSPECIFIED = iota
NALU_TYPE_SLICE_NON_IDR_PICTURE
NALU_TYPE_SLICE_PART_A
NALU_TYPE_SLICE_PART_B
NALU_TYPE_SLICE_PART_C
NALU_TYPE_SLICE_IDR_PICTURE
NALU_TYPE_SEI_SINFO
NALU_TYPE_SPS
NALU_TYPE_PPS
NALU_TYPE_ACCESS_UNIT_DELIMITER
NALU_TYPE_END_OF_SEQUENCE
NALU_TYPE_END_OF_STREAM
NALU_TYPE_FILLER_DATA
NALU_TYPE_SPS_EXTENSIONS
NALU_TYPE_PREFIX_NALU
NALU_TYPE_SUBSET_SPS
NALU_TYPE_DEPTH_PARAM_SET
)

Make these go-like. Doing so will probably break other parts of code - remember to fix those too.

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 a pull request may close this issue.

4 participants