summaryrefslogtreecommitdiff
path: root/vp8/common/blockd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/blockd.h')
-rw-r--r--vp8/common/blockd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/blockd.h b/vp8/common/blockd.h
index d1d4ebabb..96155237a 100644
--- a/vp8/common/blockd.h
+++ b/vp8/common/blockd.h
@@ -192,7 +192,7 @@ typedef struct
union b_mode_info bmi;
} BLOCKD;
-typedef struct
+typedef struct MacroBlockD
{
DECLARE_ALIGNED(16, short, diff[400]); /* from idct diff */
DECLARE_ALIGNED(16, unsigned char, predictor[384]);