Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Melirius committed Apr 19, 2024
1 parent 275be37 commit 526be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structs/vpx_bool_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl<R: Read> VPXBoolReader<R> {
// for false and update `probability`. Now `range` can get out of allowable range and we restore it
// by shifting left both `range` and `value` with corresponding filling of `value` by further
// stream bits (it corresponds to bring down new digit in division). Repeat until stream ends.
//
//
// Reference: https://datatracker.ietf.org/doc/html/rfc6386#section-7.
//
// Here some imrovements to the basic scheme are implemented. First, we store more stream bits
Expand Down

0 comments on commit 526be5b

Please sign in to comment.