Skip to content

Commit

Permalink
chore: Allow dead_code beta clippy lint for CustomPictureClock fi…
Browse files Browse the repository at this point in the history
…elds
  • Loading branch information
torokati44 committed May 21, 2024
1 parent f830777 commit f0fa94c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions h263/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,12 @@ pub struct CustomPictureClock {
/// Whether or not the divisor is multiplied by 1000 or 1001.
///
/// `true` indicates 1001, whilst `false` indicates 1000.
#[allow(dead_code)]
pub times_1001: bool,

/// The divisor, itself stored divided by a constant factor (see
/// `times_1001`.)
#[allow(dead_code)]
pub divisor: u8,
}

Expand Down

0 comments on commit f0fa94c

Please sign in to comment.