dholroyd / h264-reader

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

Allow borrowing the underlying reader for rbsp::ByteReader #61

Closed jensenn closed 9 months ago

jensenn commented 10 months ago

This is useful, for example, to get the number of bytes consumed from the underlying readers after parsing a slice header.