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

Drop an unused variable

parent 2f9ef167
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,6 @@ impl Context {
let q_drop = 15 * lvl as usize;
self.fi.base_q_idx = (self.fi.config.quantizer.min(255 - q_drop) + q_drop) as u8;
let first_ref_frame = LAST_FRAME;
let second_ref_frame = if !multiref {
NONE_FRAME
} else if !reorder || idx_in_group == 0 {
......
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