Commit 9b57995c authored by Vittorio Giovara's avatar Vittorio Giovara

intrax8: Drop MB emulation code

This is already performed in init_context_frame().
parent 9fa888c0
......@@ -828,9 +828,6 @@ int ff_intrax8_decode_picture(IntraX8Context *const w, Picture *pict,
w->dest[1] += 8;
w->dest[2] += 8;
/* emulate MB info in the relevant tables */
s->mbskip_table[mb_xy] = 0;
s->mbintra_table[mb_xy] = 1;
pict->qscale_table[mb_xy] = w->quant;
mb_xy++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment