summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmeric Grange <emeric.grange@gmail.com>2012-01-31 18:14:46 +0100
committerEmeric Grange <emeric.grange@gmail.com>2012-06-24 16:57:33 +0200
commit428198f991fc8512e9a8cc8c577777daabbb456e (patch)
tree2552d51d5ec93425e05c610840533bfa972b79fe
parent3b8ce290db2046eb2c4b4102986a164b5e7b4c7a (diff)
g3dvl/vp8: ooops
Signed-off-by: Emeric Grange <emeric.grange@gmail.com>
-rw-r--r--src/gallium/auxiliary/vl/vp8/decodeframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vp8/decodeframe.c b/src/gallium/auxiliary/vl/vp8/decodeframe.c
index 1b446938bb..1afc10da27 100644
--- a/src/gallium/auxiliary/vl/vp8/decodeframe.c
+++ b/src/gallium/auxiliary/vl/vp8/decodeframe.c
@@ -550,7 +550,7 @@ int vp8_frame_decode(VP8_COMMON *common, struct pipe_vp8_picture_desc *frame_hea
MACROBLOCKD *const mb = &common->mb;
const unsigned char *data = common->data;
const unsigned char *data_end = data + common->data_size;
- ptrdiff_t first_partition_length_in_bytes = (ptrdiff_t)frame_header->first_partition_size;
+ ptrdiff_t first_partition_length_in_bytes = (ptrdiff_t)frame_header->first_part_size;
int mb_row;
int i, j, k, l;