intrax8: Carry over the loopfilter value in ff_intrax8_decode_picture

Helps in decoupling this code from mpegvideo.
This commit is contained in:
Vittorio Giovara
2016-02-19 19:59:51 -05:00
parent 68127e1bf8
commit 577393321c
4 changed files with 12 additions and 6 deletions

View File

@@ -3022,7 +3022,8 @@ void ff_vc1_decode_blocks(VC1Context *v)
v->s.esc3_level_length = 0;
if (v->x8_type) {
ff_intrax8_decode_picture(&v->x8, 2*v->pq + v->halfpq, v->pq * !v->pquantizer);
ff_intrax8_decode_picture(&v->x8, 2 * v->pq + v->halfpq,
v->pq * !v->pquantizer, v->s.loop_filter);
ff_er_add_slice(&v->s.er, 0, 0,
(v->s.mb_x >> 1) - 1, (v->s.mb_y >> 1) - 1,