Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Melirius committed Nov 2, 2024
1 parent 9ce2e35 commit 4a2a24f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/structs/vpx_bool_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ impl<R: Read> VPXBoolReader<R> {
self.model_statistics
.record_compression_stats(_cmp, 1, i64::from(shift));
}

#[cfg(feature = "detailed_tracing")]
{
self.hash.hash(branches[value].get_u64());
self.hash.hash(tmp_value);
self.hash.hash(tmp_range);

let hash = self.hash.get();
//if hash == 0x88f9c945
{
Expand All @@ -261,13 +261,13 @@ impl<R: Read> VPXBoolReader<R> {
self.model_statistics
.record_compression_stats(_cmp, 1, i64::from(shift));
}

#[cfg(feature = "detailed_tracing")]
{
self.hash.hash(branches[value].get_u64());
self.hash.hash(tmp_value);
self.hash.hash(tmp_range);

let hash = self.hash.get();
//if hash == 0x88f9c945
{
Expand Down

0 comments on commit 4a2a24f

Please sign in to comment.