summaryrefslogtreecommitdiff
path: root/src/gen75_mfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen75_mfd.c')
-rw-r--r--src/gen75_mfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen75_mfd.c b/src/gen75_mfd.c
index 5aff88d..fc1139e 100644
--- a/src/gen75_mfd.c
+++ b/src/gen75_mfd.c
@@ -1742,7 +1742,7 @@ gen75_mfd_vc1_decode_init(VADriverContextP ctx,
dri_bo_unreference(gen7_mfd_context->deblocking_filter_row_store_scratch_buffer.bo);
bo = dri_bo_alloc(i965->intel.bufmgr,
"deblocking filter row store",
- width_in_mbs * 6 * 64,
+ width_in_mbs * 7 * 64,
0x1000);
assert(bo);
gen7_mfd_context->deblocking_filter_row_store_scratch_buffer.bo = bo;