Add cbg v2 impl (Have bug

This commit is contained in:
2025-06-17 13:28:04 +08:00
parent b98380fcd3
commit 6e45e90878
5 changed files with 532 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ use std::io::Write;
pub struct MsbBitStream<'a> {
pub m_input: MemReaderRef<'a>,
m_bits: u32,
m_cached_bits: u32,
pub m_cached_bits: u32,
}
impl<'a> MsbBitStream<'a> {