Skip to content
Snippets Groups Projects
Commit 2bcf50ae authored by Luca Barbato's avatar Luca Barbato Committed by Luca Barbato
Browse files

Drop spurious mut in motion_estimation

parent 54a10e46
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ pub fn get_sad(
}
pub fn motion_estimation(
fi: &FrameInvariants, fs: &mut FrameState, bsize: BlockSize,
fi: &FrameInvariants, fs: &FrameState, bsize: BlockSize,
bo: &BlockOffset, ref_frame: usize, pmv: &MotionVector
) -> MotionVector {
match fi.rec_buffer.frames[fi.ref_frames[ref_frame - LAST_FRAME]] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment