summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index ba813b66ba..0c9402d19c 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -378,7 +378,7 @@ typedef struct H264Context{
//The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss
int luma_weight[48][2][2];
int chroma_weight[48][2][2][2];
- int implicit_weight[48][48];
+ int implicit_weight[48][48][2];
int direct_spatial_mv_pred;
int col_parity;