dholroyd / h264-reader

Rust reader for H264 bitsream syntax
Apache License 2.0
73 stars 25 forks source link

Make everything in the `SliceHeader` public #74

Closed jerzywilczek closed 4 months ago

jerzywilczek commented 4 months ago

As discussed in #73, I'm making all fields of SliceHeader pub. I need access to these fields for a project I'm working on.

Closes #73.