Skip to content

Commit

Permalink
decoder/h265: bypass clippy lint
Browse files Browse the repository at this point in the history
We will probably rework that code sometime in the future, so let's
ignore this warning for now.
  • Loading branch information
Gnurou committed Feb 19, 2024
1 parent b9835d2 commit 1e18ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decoder/stateless/h265.rs
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ where
}

/// Called once per picture to start it.
#[allow(clippy::type_complexity)]
fn begin_picture(
&mut self,
timestamp: u64,
Expand Down

0 comments on commit 1e18ec1

Please sign in to comment.