Commit 741960e2 authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '9b57995c'

* commit '9b57995c':
  intrax8: Drop MB emulation code
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents f110c624 9b57995c
......@@ -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