From c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 20 Feb 2016 01:25:03 -0500 Subject: intrax8: Use the generic horizband function This is assuming that intrax8 has no support for interlacing Carry over lowdelay value in ff_intrax8_decode_picture. --- libavcodec/vc1_block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vc1_block.c') diff --git a/libavcodec/vc1_block.c b/libavcodec/vc1_block.c index 1fac82884c..1ce0612c78 100644 --- a/libavcodec/vc1_block.c +++ b/libavcodec/vc1_block.c @@ -3025,7 +3025,7 @@ void ff_vc1_decode_blocks(VC1Context *v) ff_intrax8_decode_picture(&v->x8, &v->s.current_picture, &v->s.gb, &v->s.mb_x, &v->s.mb_y, 2 * v->pq + v->halfpq, v->pq * !v->pquantizer, - v->s.loop_filter); + v->s.loop_filter, v->s.low_delay); ff_er_add_slice(&v->s.er, 0, 0, (v->s.mb_x >> 1) - 1, (v->s.mb_y >> 1) - 1, -- cgit v1.2.3