Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
redzic committed Sep 17, 2021
1 parent aed0ec6 commit 27d7722
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/scenechange/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ pub struct SceneChangeDetector<T: Pixel> {
// if it should be assumed that the data is uninitialized.
bool,
)>,
/// Frame buffer for holding references to source frames. Useful for not copying data
/// into the downscaled frame buffer when using a downscale factor of 1.
/// Frame buffer for holding references to source frames.
///
/// Useful for not copying data into the downscaled frame buffer
/// when using a downscale factor of 1.
frame_ref_buffer: Option<Box<[Arc<Frame<T>>; 2]>>,
/// Deque offset for current
lookahead_offset: usize,
Expand Down

0 comments on commit 27d7722

Please sign in to comment.